diff --git a/nvim.nix/config/lsp.nix b/nvim.nix/config/lsp.nix index ca3b6a4..f8b1478 100644 --- a/nvim.nix/config/lsp.nix +++ b/nvim.nix/config/lsp.nix @@ -16,6 +16,7 @@ extraPlugins = with pkgs.vimPlugins; [ telescope-manix vim-rescript + neorepl-nvim ]; # make custom command @@ -43,11 +44,15 @@ plugins.telescope.keymaps.fN.action = "manix"; plugins.which-key.settings.spec = [ + { + __unkeyed-1 = "r"; + __unkeyed-2 = "Repl"; + desc = "Open Repl"; + } { __unkeyed-1 = "//"; __unkeyed-2 = "nohlsearch"; desc = "Clear search highlight"; - } { __unkeyed-1 = "";