mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-12-12
This commit is contained in:
@@ -146,7 +146,7 @@ return {
|
||||
"markdown_oxide",
|
||||
"neocmake",
|
||||
"ruff",
|
||||
"somesass_ls",
|
||||
-- "somesass_ls",
|
||||
"tailwindcss",
|
||||
"tinymist",
|
||||
"ts_ls",
|
||||
@@ -348,6 +348,26 @@ return {
|
||||
jinja_lsp = {
|
||||
filetypes = { "html", "htmldjango", "templ" },
|
||||
},
|
||||
emmet_language_server = {
|
||||
filetypes = {
|
||||
"astro",
|
||||
"css",
|
||||
"eruby",
|
||||
"html",
|
||||
"htmlangular",
|
||||
"htmldjango",
|
||||
"javascriptreact",
|
||||
"less",
|
||||
"pug",
|
||||
"sass",
|
||||
"scss",
|
||||
"svelte",
|
||||
"templ",
|
||||
"typescriptreact",
|
||||
"vue",
|
||||
"rust",
|
||||
},
|
||||
},
|
||||
html = {
|
||||
filetypes = {
|
||||
"html",
|
||||
|
||||
Reference in New Issue
Block a user