Update gopls to function with neovim 0.11
This commit is contained in:
parent
8392809d49
commit
8d1e7ed2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ return {
|
|||
lintTool = "golangci-lint",
|
||||
},
|
||||
},
|
||||
root_dir = function(callback)
|
||||
root_dir = function(_, callback)
|
||||
local path = vim.fn.expand("%:p")
|
||||
if not path or path == "" then
|
||||
callback(nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue