diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:49:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 01238e566604e858ddccd712554f4d8efefd7c05 (patch) | |
tree | b18122a986ab0196967631c7d30d92dcf836f4ce | |
parent | 9a1769e1a10f7b5ca6464e067a2a0e8b44d2e5e5 (diff) | |
download | dotnvim-01238e566604e858ddccd712554f4d8efefd7c05.tar.gz dotnvim-01238e566604e858ddccd712554f4d8efefd7c05.zip |
Has issues, stopped using it
-rw-r--r-- | vimrc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 { |