better scope highlighting
This commit is contained in:
parent
2e48e23a72
commit
13c4121987
3 changed files with 67 additions and 8 deletions
2
init.lua
2
init.lua
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue