mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Changed sumneko_lua to lua_ls and add markdown_inline to nvim_treesitter
This commit is contained in:
parent
598aaac4ad
commit
9243584bc2
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ mason_lspconfig.setup({
|
|||
"html",
|
||||
"cssls",
|
||||
"tailwindcss",
|
||||
"sumneko_lua",
|
||||
"lua_ls",
|
||||
"emmet_ls",
|
||||
},
|
||||
-- auto-install configured servers (with lspconfig)
|
||||
|
|
|
@ -24,6 +24,7 @@ treesitter.setup({
|
|||
"html",
|
||||
"css",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"svelte",
|
||||
"graphql",
|
||||
"bash",
|
||||
|
|
Loading…
Reference in a new issue