new: Added lua language server in laptop

This commit is contained in:
Sayantan Santra 2024-03-22 14:58:45 -05:00
parent 6f25360896
commit 2677f2df53
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
local lspconfig = require('lspconfig')
lspconfig.pyright.setup {}
lspconfig.tsserver.setup {}
lspconfig.lua_ls.setup {}
lspconfig.rust_analyzer.setup {
-- Server-specific settings. See `:help lspconfig-setup`
settings = {