mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
new language servers and smart document highlighting
This commit is contained in:
parent
3266955359
commit
6ed2437edb
15 changed files with 68 additions and 9 deletions
|
@ -20,6 +20,7 @@ end
|
|||
|
||||
require'lspconfig'.sumneko_lua.setup {
|
||||
cmd = {sumneko_binary, "-E", sumneko_root_path .. "/main.lua"},
|
||||
on_attach = require'lsp'.common_on_attach,
|
||||
settings = {
|
||||
Lua = {
|
||||
runtime = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue