mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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
|
||||
-- },
|
||||
completeUnimported = true,
|
||||
usePlaceholders = true,
|
||||
-- semanticTokens = true
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue