summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rwxr-xr-x.config/nvim/init.vim7
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'
111Plug 'farmergreg/vim-lastplace' 111Plug 'farmergreg/vim-lastplace'
112" flash cursor on jump 112" flash cursor on jump
113Plug 'DanilaMihailov/beacon.nvim' 113Plug 'DanilaMihailov/beacon.nvim'
114" ascii drawing plugin
115Plug 'vim-scripts/DrawIt'
114 116
115" }}} movement, editing " 117" }}} movement, editing "
116 118
117" Conflict merger, learn how to use this
118Plug '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'
146Plug 'tpope/vim-commentary' 145Plug 'tpope/vim-commentary'
147" asynchronous build and test dispatcher 146" asynchronous build and test dispatcher
148Plug 'tpope/vim-dispatch' 147Plug 'tpope/vim-dispatch'
149" continuously updated session files
150Plug 'tpope/vim-obsession'
151" }}} tpope " 148" }}} tpope "
152 149
153" fancy start screen 150" fancy start screen