diff options
author | Yigit Sever | 2021-04-04 16:28:08 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-04 16:28:08 +0300 |
commit | 6c3bf6eefea945fbb7f2115d7180766c49bfd5a9 (patch) | |
tree | c6aa5b98b834927b8a8ba0565df9693e997808a6 /.config/nvim/init.vim | |
parent | 7edba5ec76e6711e2ca7a50c688c952bfe8dc362 (diff) | |
download | dotfiles-6c3bf6eefea945fbb7f2115d7180766c49bfd5a9.tar.gz dotfiles-6c3bf6eefea945fbb7f2115d7180766c49bfd5a9.tar.bz2 dotfiles-6c3bf6eefea945fbb7f2115d7180766c49bfd5a9.zip |
vimrc: plugin chacha
Diffstat (limited to '.config/nvim/init.vim')
-rwxr-xr-x | .config/nvim/init.vim | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 5850c22..8e4c33c 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -111,12 +111,11 @@ Plug 'justinmk/vim-sneak' | |||
111 | Plug 'farmergreg/vim-lastplace' | 111 | Plug 'farmergreg/vim-lastplace' |
112 | " flash cursor on jump | 112 | " flash cursor on jump |
113 | Plug 'DanilaMihailov/beacon.nvim' | 113 | Plug 'DanilaMihailov/beacon.nvim' |
114 | " ascii drawing plugin | ||
115 | Plug 'vim-scripts/DrawIt' | ||
114 | 116 | ||
115 | " }}} movement, editing " | 117 | " }}} movement, editing " |
116 | 118 | ||
117 | " Conflict merger, learn how to use this | ||
118 | Plug 'christoomey/vim-conflicted' | ||
119 | |||
120 | " vim-easyclip suite {{{ " | 119 | " vim-easyclip suite {{{ " |
121 | 120 | ||
122 | " splits delete into cut and delete | 121 | " splits delete into cut and delete |
@@ -146,8 +145,6 @@ Plug 'tpope/vim-characterize' | |||
146 | Plug 'tpope/vim-commentary' | 145 | Plug 'tpope/vim-commentary' |
147 | " asynchronous build and test dispatcher | 146 | " asynchronous build and test dispatcher |
148 | Plug 'tpope/vim-dispatch' | 147 | Plug 'tpope/vim-dispatch' |
149 | " continuously updated session files | ||
150 | Plug 'tpope/vim-obsession' | ||
151 | " }}} tpope " | 148 | " }}} tpope " |
152 | 149 | ||
153 | " fancy start screen | 150 | " fancy start screen |