diff options
author | Yigit Sever | 2020-10-29 13:17:46 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-29 13:17:46 +0300 |
commit | 77cfcbecc6965d719117e392f3ff2ab4730ebef6 (patch) | |
tree | dcad63cb5e98a8fc941d062227e7054bc81486ef /.config/nvim | |
parent | df8b212851cf07fc8fa278a5e19f00fe784f0b12 (diff) | |
download | dotfiles-77cfcbecc6965d719117e392f3ff2ab4730ebef6.tar.gz dotfiles-77cfcbecc6965d719117e392f3ff2ab4730ebef6.tar.bz2 dotfiles-77cfcbecc6965d719117e392f3ff2ab4730ebef6.zip |
track new nvim plugins
Diffstat (limited to '.config/nvim')
-rwxr-xr-x | .config/nvim/init.vim | 9 |
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' | |||
27 | Plug 'jpalardy/vim-slime' | 27 | Plug 'jpalardy/vim-slime' |
28 | " snippets to expand | 28 | " snippets to expand |
29 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 29 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' |
30 | " auto pair plugin, people hate these | ||
30 | Plug 'tmsvg/pear-tree' | 31 | Plug 'tmsvg/pear-tree' |
31 | " language packs | 32 | " language packs |
32 | Plug 'sheerun/vim-polyglot' | 33 | Plug 'sheerun/vim-polyglot' |
33 | " git diff in the sign column | 34 | " git diff in the sign column |
34 | Plug 'airblade/vim-gitgutter' | 35 | Plug 'airblade/vim-gitgutter' |
36 | " gitk apparently | ||
37 | Plug 'cohama/agit.vim' | ||
35 | " completion preview of floating window | 38 | " completion preview of floating window |
36 | Plug 'ncm2/float-preview.nvim' | 39 | Plug 'ncm2/float-preview.nvim' |
40 | " switch between single line and multiline | ||
41 | Plug '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 |
50 | Plug 'vim-airline/vim-airline' | 55 | Plug 'vim-airline/vim-airline' |
51 | Plug 'vim-airline/vim-airline-themes' | 56 | Plug 'vim-airline/vim-airline-themes' |
57 | " undo tree visualizer | ||
58 | Plug 'mbbill/undotree' | ||
52 | 59 | ||
53 | " }}} heresy " | 60 | " }}} heresy " |
54 | 61 | ||
@@ -63,6 +70,8 @@ Plug 'vimwiki/vimwiki' | |||
63 | Plug 'junegunn/goyo.vim' | 70 | Plug 'junegunn/goyo.vim' |
64 | " highlights the current paragraph | 71 | " highlights the current paragraph |
65 | Plug 'junegunn/limelight.vim' | 72 | Plug 'junegunn/limelight.vim' |
73 | " thesaurus query & replacement | ||
74 | Plug 'ron89/thesaurus_query.vim' | ||
66 | 75 | ||
67 | " }}} prose, note taking " | 76 | " }}} prose, note taking " |
68 | 77 | ||