gopls flags->allow_incremental_sync/debounce update

neovim_0_5
ray-x 3 years ago
parent f5f07d586d
commit f30e5a290d

@ -101,6 +101,8 @@ local setups = {
"-remote.debug=:0"
-- "-rpc.trace",
},
flags = {allow_incremental_sync = true, debounce_text_changes = 500},
settings = {
gopls = {
-- flags = {allow_incremental_sync = true, debounce_text_changes = 500},

Loading…
Cancel
Save