diff --git a/lua/config/binds.lua b/lua/config/binds.lua index 142a947..28c4a79 100644 --- a/lua/config/binds.lua +++ b/lua/config/binds.lua @@ -27,6 +27,7 @@ end Keymap("i", "", "") -- C-Backscpace for whole words Keymap("n", "d", "lua vim.diagnostic.open_float()") -- Diagnostics for Linter +Keymap("n", "gd", "lua vim.lsp.buf.definition()") -- Diagnostics for Linter -- Flash keymaps Keymap("n", "ss", function() diff --git a/test.ts b/test.ts deleted file mode 100644 index 8b13789..0000000 --- a/test.ts +++ /dev/null @@ -1 +0,0 @@ -