add some small misc vim changes

This commit is contained in:
randomuser 2022-06-07 23:43:31 -05:00
parent 69eb964b86
commit ef9189eb18
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@
call plug#begin()
Plug 'honza/vim-snippets'
Plug 'sirver/ultisnips'
Plug 'tridactyl/vim-tridactyl'
Plug 'chrisbra/csv.vim'
Plug 'trapd00r/vimpoint'
cal plug#end()
" }}}
@ -22,6 +25,7 @@ set lcs=tab:->,trail:_,eol:^
set clipboard=unnamedplus
set spell
set spelllang=en_us
set title
colorscheme earth
" }}}