better scope highlighting

This commit is contained in:
ChrisHilborne 2023-12-20 18:04:16 +01:00
parent 2e48e23a72
commit 13c4121987
3 changed files with 67 additions and 8 deletions

View file

@ -438,7 +438,7 @@ end
-- define the property 'filetypes' to the map in question.
local servers = {
clangd = {},
gopls = {},
gopls = { filetypes = { 'go' } },
pyright = {},
rust_analyzer = {},
tsserver = {},