1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Long time no see

This commit is contained in:
J. Fernando Sánchez
2014-06-26 18:07:56 +02:00
parent 444fc3706a
commit c46c149046
12 changed files with 209 additions and 60 deletions

15
vimrc
View File

@@ -43,7 +43,9 @@ Bundle "vim-scripts/ShowMarks"
Bundle "atweiden/vim-dragvisuals"
Bundle "tomasr/molokai"
Bundle "elzr/vim-json"
Bundle "balkian/vim-rdf"
Bundle 'Rykka/riv.vim'
Bundle "niklasl/vim-rdf"
filetype plugin indent on " required!
@@ -149,7 +151,8 @@ set sessionoptions+=resize,winpos
" Color and shit
set t_Co=256
set background=dark
colo solarized
"colo solarized
colo molokai
"hi SpellBad ctermfg=Red
"Statusline
@@ -287,3 +290,11 @@ nnoremap <silent> <Leader>< :exe "vertical resize " . (winwidth(0) * 2/3)<CR>
if has('unnamedplus')
set clipboard=unnamed,unnamedplus
endif
set cursorline
set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
set guioptions-=r "remove right-hand scroll bar
set guioptions-=L "remove left-hand scroll bar