Make gd work properly

This commit is contained in:
Anthony Rose 2024-12-04 11:57:12 +00:00
parent f40d9ae8d4
commit c4bc87d310

View file

@ -12,3 +12,5 @@ else
end
require'lspconfig'.gopls.setup{}
vim.keymap.set("n", "gd", vim.lsp.buf.definition, { silent = true })