diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 29f4a74..44e35d5 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -71,6 +71,14 @@ action = "Telescope find_files"; key = "ff"; } + { + action = "lua vim.lsp.buf.definition()"; + key = "gd"; + } + { + action = "lua vim.lsp.buf.declaration()"; + key = "gD"; + } ]; } // lib.optionalAttrs (!stable) {