mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Replace several outdated plugins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
require'lspconfig'.gopls.setup{
|
||||
cmd = {DATA_PATH .. "/lspinstall/go/gopls"},
|
||||
cmd = {DATA_PATH .. "/lsp_servers/go/gopls"},
|
||||
settings = {gopls = {analyses = {unusedparams = true}, staticcheck = true}},
|
||||
root_dir = require'lspconfig'.util.root_pattern(".git","go.mod","."),
|
||||
init_options = {usePlaceholders = true, completeUnimported = true},
|
||||
|
Reference in New Issue
Block a user