diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/nvim/init.vim | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index cc7e13c..86edd4f 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -14,6 +14,8 @@ Plug 'dense-analysis/ale' | |||
14 | Plug 'ludovicchabant/vim-gutentags' | 14 | Plug 'ludovicchabant/vim-gutentags' |
15 | "run your tests | 15 | "run your tests |
16 | Plug 'janko/vim-test' | 16 | Plug 'janko/vim-test' |
17 | " latex | ||
18 | Plug 'lervag/vimtex' | ||
17 | 19 | ||
18 | "snippet solution | 20 | "snippet solution |
19 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 21 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' |
@@ -22,7 +24,6 @@ Plug 'tmsvg/pear-tree' | |||
22 | "colored brackets | 24 | "colored brackets |
23 | Plug 'luochen1990/rainbow' | 25 | Plug 'luochen1990/rainbow' |
24 | 26 | ||
25 | |||
26 | " Plugin outside ~/.vim/plugged with post-update hook | 27 | " Plugin outside ~/.vim/plugged with post-update hook |
27 | Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } | 28 | Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } |
28 | Plug 'junegunn/fzf.vim' | 29 | Plug 'junegunn/fzf.vim' |
@@ -46,11 +47,6 @@ Plug 'vimwiki/vimwiki' | |||
46 | "distraction-free writing | 47 | "distraction-free writing |
47 | Plug 'junegunn/goyo.vim' | 48 | Plug 'junegunn/goyo.vim' |
48 | 49 | ||
49 | "folding ledger files | ||
50 | Plug 'ledger/vim-ledger' | ||
51 | " latex | ||
52 | Plug 'lervag/vimtex' | ||
53 | |||
54 | "visual display of indent levels | 50 | "visual display of indent levels |
55 | Plug 'thaerkh/vim-indentguides' | 51 | Plug 'thaerkh/vim-indentguides' |
56 | "text alignment | 52 | "text alignment |
@@ -99,7 +95,6 @@ Plug 'tpope/vim-commentary' | |||
99 | "asynchronous build and test dispatcher | 95 | "asynchronous build and test dispatcher |
100 | Plug 'tpope/vim-dispatch' | 96 | Plug 'tpope/vim-dispatch' |
101 | 97 | ||
102 | |||
103 | "fancy start screen | 98 | "fancy start screen |
104 | Plug 'mhinz/vim-startify' | 99 | Plug 'mhinz/vim-startify' |
105 | Plug 'ryanoasis/vim-devicons' " asks to be placed last, sure | 100 | Plug 'ryanoasis/vim-devicons' " asks to be placed last, sure |