From 8786a18cd153dc3a3b1b21ab241e2f0829e7c787 Mon Sep 17 00:00:00 2001 From: voidarc Date: Fri, 17 Apr 2026 23:09:05 +0100 Subject: [PATCH] added definition bind --- lua/config/binds.lua | 1 + test.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test.ts 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 @@ -