summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/nvim/init.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index b8f40de..136da45 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -27,13 +27,18 @@ Plug 'janko/vim-test'
27Plug 'jpalardy/vim-slime' 27Plug 'jpalardy/vim-slime'
28" snippets to expand 28" snippets to expand
29Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' 29Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
30" auto pair plugin, people hate these
30Plug 'tmsvg/pear-tree' 31Plug 'tmsvg/pear-tree'
31" language packs 32" language packs
32Plug 'sheerun/vim-polyglot' 33Plug 'sheerun/vim-polyglot'
33" git diff in the sign column 34" git diff in the sign column
34Plug 'airblade/vim-gitgutter' 35Plug 'airblade/vim-gitgutter'
36" gitk apparently
37Plug 'cohama/agit.vim'
35" completion preview of floating window 38" completion preview of floating window
36Plug 'ncm2/float-preview.nvim' 39Plug 'ncm2/float-preview.nvim'
40" switch between single line and multiline
41Plug 'AndrewRadev/splitjoin.vim'
37 42
38" }}} completion, 'lsp' and such " 43" }}} completion, 'lsp' and such "
39 44
@@ -49,6 +54,8 @@ Plug 'majutsushi/tagbar'
49" status/tabline 54" status/tabline
50Plug 'vim-airline/vim-airline' 55Plug 'vim-airline/vim-airline'
51Plug 'vim-airline/vim-airline-themes' 56Plug 'vim-airline/vim-airline-themes'
57" undo tree visualizer
58Plug 'mbbill/undotree'
52 59
53" }}} heresy " 60" }}} heresy "
54 61
@@ -63,6 +70,8 @@ Plug 'vimwiki/vimwiki'
63Plug 'junegunn/goyo.vim' 70Plug 'junegunn/goyo.vim'
64" highlights the current paragraph 71" highlights the current paragraph
65Plug 'junegunn/limelight.vim' 72Plug 'junegunn/limelight.vim'
73" thesaurus query & replacement
74Plug 'ron89/thesaurus_query.vim'
66 75
67" }}} prose, note taking " 76" }}} prose, note taking "
68 77