add some small misc vim changes
This commit is contained in:
parent
69eb964b86
commit
ef9189eb18
|
@ -3,6 +3,9 @@
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
Plug 'sirver/ultisnips'
|
Plug 'sirver/ultisnips'
|
||||||
|
Plug 'tridactyl/vim-tridactyl'
|
||||||
|
Plug 'chrisbra/csv.vim'
|
||||||
|
Plug 'trapd00r/vimpoint'
|
||||||
cal plug#end()
|
cal plug#end()
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
@ -22,6 +25,7 @@ set lcs=tab:->,trail:_,eol:^
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set spell
|
set spell
|
||||||
set spelllang=en_us
|
set spelllang=en_us
|
||||||
|
set title
|
||||||
colorscheme earth
|
colorscheme earth
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue