1
0
Fork 0
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:
Henrik Hautakoski 2025-03-23 16:24:55 +01:00
parent 36bfe68942
commit b4116a78f5

View file

@ -25,6 +25,7 @@ local lspservers = {
-- parameterNames = true
-- },
completeUnimported = true,
usePlaceholders = true,
-- semanticTokens = true
},
},