Compare commits
No commits in common. "b433bf4f677046ba2e25dcda45437b1a81a95f0c" and "c8a8f61a9f44136c4953a94a1986d52e76414777" have entirely different histories.
b433bf4f67
...
c8a8f61a9f
@ -54,11 +54,6 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
||||
function() vim.lsp.buf.format({ bufnr = args.buf, timeout_ms = 1000 }) end,
|
||||
{ desc = "Format" })
|
||||
|
||||
vim.keymap.set("n", "gd", function() vim.lsp.buf.definition() end, {
|
||||
desc = "Go to definition"
|
||||
})
|
||||
|
||||
|
||||
-- if client:supports_method('textDocument/implementation') then
|
||||
-- -- Create a keymap for vim.lsp.buf.implementation ...
|
||||
-- end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user