Compare commits

..

No commits in common. "b433bf4f677046ba2e25dcda45437b1a81a95f0c" and "c8a8f61a9f44136c4953a94a1986d52e76414777" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ vim.api.nvim_create_autocmd('LspAttach', {
function() vim.lsp.buf.format({ bufnr = args.buf, timeout_ms = 1000 }) end, function() vim.lsp.buf.format({ bufnr = args.buf, timeout_ms = 1000 }) end,
{ desc = "Format" }) { desc = "Format" })
vim.keymap.set("n", "gd", function() vim.lsp.buf.definition() end, {
desc = "Go to definition"
})
-- if client:supports_method('textDocument/implementation') then -- if client:supports_method('textDocument/implementation') then
-- -- Create a keymap for vim.lsp.buf.implementation ... -- -- Create a keymap for vim.lsp.buf.implementation ...
-- end -- end