Deleted some plugins and added a huge list of abbrevs for common misspellings for vim. Source: Wikipedia
This commit is contained in:
5892
vim/.vim/plugin/missspelling_abbrevs.vim
Normal file
5892
vim/.vim/plugin/missspelling_abbrevs.vim
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,14 +2,13 @@ runtime macros/matchit.vim
|
||||
filetype on
|
||||
|
||||
call plug#begin()
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
Plug 'lervag/vimtex'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'fatih/vim-go'
|
||||
Plug 'SirVer/ultisnips'
|
||||
call plug#end()
|
||||
|
||||
let g:match_ignorecase = 1
|
||||
|
||||
let g:polyglot_disabled = ['latex']
|
||||
|
||||
let g:UltiSnipsExpandTrigger="<tab>"
|
||||
|
||||
Reference in New Issue
Block a user