diff options
author | Yigit Sever | 2020-06-08 15:26:19 +0300 |
---|---|---|
committer | Yigit Sever | 2020-06-08 15:26:19 +0300 |
commit | ed548d591968b2541a0146d2e7076f2d7ccacbf5 (patch) | |
tree | f2b3deef88d5f8b62db96bde03fb98de4440dceb /.config/nvim/init.vim | |
parent | 6d29f9c08efc0f3682f5bdb15ca51c5438c9d56a (diff) | |
download | dotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.tar.gz dotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.tar.bz2 dotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.zip |
polyglot has them all
Diffstat (limited to '.config/nvim/init.vim')
-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 |