new: Added lua language server in laptop
This commit is contained in:
parent
6f25360896
commit
2677f2df53
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
lspconfig.pyright.setup {}
|
lspconfig.pyright.setup {}
|
||||||
lspconfig.tsserver.setup {}
|
lspconfig.lua_ls.setup {}
|
||||||
lspconfig.rust_analyzer.setup {
|
lspconfig.rust_analyzer.setup {
|
||||||
-- Server-specific settings. See `:help lspconfig-setup`
|
-- Server-specific settings. See `:help lspconfig-setup`
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue