added keybindings for easy tab navigation (see lua/409/remap.lua), fixed
goto definition delay
This commit is contained in:
@@ -62,7 +62,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
||||
callback = function(args)
|
||||
local bufnr = args.buf
|
||||
|
||||
local opts = { buffer = bufnr, remap = false }
|
||||
local opts = { buffer = bufnr, remap = false, nowait = true }
|
||||
|
||||
vim.keymap.set("n", "gd", function()
|
||||
vim.lsp.buf.definition()
|
||||
|
||||
Reference in New Issue
Block a user