aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-05-25 21:56:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:31 +0100
commit64f66dd34ec726fd60eb3c7eedbcd6197a516a67 (patch)
treebcaaed51cd6b037fb7b88028c213f6953a957533
parenta854111d27c26652c310415cd8dab63e0f03088e (diff)
downloaddotnvim-64f66dd34ec726fd60eb3c7eedbcd6197a516a67.tar.gz
dotnvim-64f66dd34ec726fd60eb3c7eedbcd6197a516a67.zip
This is amazing
-rw-r--r--vimrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8432bf4..17c4b85 100644
--- a/vimrc
+++ b/vimrc
@@ -63,6 +63,9 @@ Plug 'tomtom/tcomment_vim'
Plug 'https://tildegit.org/sloum/gemini-vim-syntax.git'
Plug 'neovimhaskell/haskell-vim'
+" learning
+Plug 'folke/which-key.nvim'
+
if has('nvim-0.5')
" general lua
Plug 'nvim-lua/popup.nvim'
@@ -87,6 +90,16 @@ end
call plug#end()
+" which-key
+"
+:lua << EOF
+ require("which-key").setup {
+ -- your configuration comes here
+ -- or leave it empty to use the default settings
+ -- refer to the configuration section below
+ }
+EOF
+
" crystaline conf
"