diff options
| -rwxr-xr-x | .config/nvim/init.vim | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 6389e5b..a5d0ac7 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
| @@ -16,8 +16,6 @@ Plug 'racer-rust/vim-racer' | |||
| 16 | Plug 'dense-analysis/ale' | 16 | Plug 'dense-analysis/ale' | 
| 17 | " manages tag files | 17 | " manages tag files | 
| 18 | Plug 'ludovicchabant/vim-gutentags' | 18 | Plug 'ludovicchabant/vim-gutentags' | 
| 19 | " language packs | ||
| 20 | Plug 'sheerun/vim-polyglot' | ||
| 21 | " run tests (todo: write tests) | 19 | " run tests (todo: write tests) | 
| 22 | Plug 'janko/vim-test' | 20 | Plug 'janko/vim-test' | 
| 23 | " type in file send to repl | 21 | " type in file send to repl | 
| @@ -25,8 +23,8 @@ Plug 'jpalardy/vim-slime' | |||
| 25 | 23 | ||
| 26 | " }}} completion, 'lsp' and such " | 24 | " }}} completion, 'lsp' and such " | 
| 27 | 25 | ||
| 28 | " ledger | 26 | " language packs | 
| 29 | Plug 'ledger/vim-ledger' | 27 | Plug 'sheerun/vim-polyglot' | 
| 30 | 28 | ||
| 31 | " snippets to expand | 29 | " snippets to expand | 
| 32 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 30 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 
| @@ -475,7 +473,7 @@ let g:vimwiki_global_ext = 0 | |||
| 475 | let g:vimtex_view_method='zathura' | 473 | let g:vimtex_view_method='zathura' | 
| 476 | let g:tex_flavor='latex' | 474 | let g:tex_flavor='latex' | 
| 477 | let g:vimtex_quickfix_mode=0 | 475 | let g:vimtex_quickfix_mode=0 | 
| 478 | let g:polyglot_disabled=['latex', 'tex', 'ledger'] | 476 | let g:polyglot_disabled=['latex', 'tex'] | 
| 479 | " }}} | 477 | " }}} | 
| 480 | 478 | ||
| 481 | " {{{ Gutentags | 479 | " {{{ Gutentags | 
