diff --git a/home/neovim.nix b/home/neovim.nix index 87b6c0e..14ad428 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -47,6 +47,7 @@ telescope-nvim telescope-zoxide + vim-which-key # Buffer tabs bufferline-nvim @@ -71,6 +72,12 @@ " Use spave instead of \ as leader key, like doom-emacs map + " which-key + let g:mapleader = "\" + let g:maplocalleader = ',' + nnoremap :WhichKey '' + nnoremap :WhichKey ',' + " telescope nnoremap ff Telescope find_files nnoremap fg Telescope live_grep