mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim/lua/user/plugins/lang/go.lua: set usePlaceholders
This commit is contained in:
parent
36bfe68942
commit
b4116a78f5
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ local lspservers = {
|
||||||
-- parameterNames = true
|
-- parameterNames = true
|
||||||
-- },
|
-- },
|
||||||
completeUnimported = true,
|
completeUnimported = true,
|
||||||
|
usePlaceholders = true,
|
||||||
-- semanticTokens = true
|
-- semanticTokens = true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue