Changed sumneko_lua to lua_ls and add markdown_inline to nvim_treesitter

This commit is contained in:
Youtube 2023-02-13 11:12:08 -04:00
parent 598aaac4ad
commit 9243584bc2
3 changed files with 3 additions and 2 deletions

View file

@ -90,7 +90,7 @@ lspconfig["emmet_ls"].setup({
})
-- configure lua server (with special settings)
lspconfig["sumneko_lua"].setup({
lspconfig["lua_ls"].setup({
capabilities = capabilities,
on_attach = on_attach,
settings = { -- custom settings for lua

View file

@ -26,7 +26,7 @@ mason_lspconfig.setup({
"html",
"cssls",
"tailwindcss",
"sumneko_lua",
"lua_ls",
"emmet_ls",
},
-- auto-install configured servers (with lspconfig)

View file

@ -24,6 +24,7 @@ treesitter.setup({
"html",
"css",
"markdown",
"markdown_inline",
"svelte",
"graphql",
"bash",