From 64f66dd34ec726fd60eb3c7eedbcd6197a516a67 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 25 May 2022 21:56:51 +0100 Subject: This is amazing --- vimrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 " -- cgit v1.2.3