Nvim shit

This commit is contained in:
2025-10-12 09:52:22 +02:00
parent b51ef3b9bc
commit 89c68f9a9a
7 changed files with 98 additions and 47 deletions

View File

@@ -0,0 +1,20 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
emmet_ls = {
filetypes = {
"html",
"typescriptreact",
"javascriptreact",
"css",
"sass",
"scss",
"less",
},
},
},
},
},
}