diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-05-25 21:56:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:31 +0100 |
commit | 64f66dd34ec726fd60eb3c7eedbcd6197a516a67 (patch) | |
tree | bcaaed51cd6b037fb7b88028c213f6953a957533 | |
parent | a854111d27c26652c310415cd8dab63e0f03088e (diff) | |
download | dotnvim-64f66dd34ec726fd60eb3c7eedbcd6197a516a67.tar.gz dotnvim-64f66dd34ec726fd60eb3c7eedbcd6197a516a67.zip |
This is amazing
-rw-r--r-- | vimrc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 " |