aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-05-29 22:49:02 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit01238e566604e858ddccd712554f4d8efefd7c05 (patch)
treeb18122a986ab0196967631c7d30d92dcf836f4ce
parent9a1769e1a10f7b5ca6464e067a2a0e8b44d2e5e5 (diff)
downloaddotnvim-01238e566604e858ddccd712554f4d8efefd7c05.tar.gz
dotnvim-01238e566604e858ddccd712554f4d8efefd7c05.zip
Has issues, stopped using it
-rw-r--r--vimrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/vimrc b/vimrc
index c51e444..c6a7f9f 100644
--- a/vimrc
+++ b/vimrc
@@ -77,9 +77,6 @@ if has('nvim-0.5')
Plug 'hrsh7th/cmp-vsnip'
Plug 'hrsh7th/vim-vsnip'
- " learning
- Plug 'folke/which-key.nvim'
-
" life improvements
Plug 'ojroques/nvim-bufdel'
end
@@ -94,11 +91,6 @@ call plug#end()
if has('nvim-0.5')
-" which-key
-:lua << EOF
- require("which-key").setup { }
-EOF
-
" BufKil
:lua << EOF
require('bufdel').setup {