all repos

init.lua @ c026ac051b73daa4121d76a1f1832fff35687d3f

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
Update memoryMode option in gopls config
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-15 12:18:10 +0200
Parent: 8fe94c6
M lua/fk/lsp/providers/gopls.lua

@@ -7,7 +7,7 @@ unusedparams = true,

unreachable = true, }, staticcheck = true, - memoryMode = "DegradeClosed", + memoryMode = "Normal", }, }, }