nvim: add lsp servers for html, htmx, and unocss
This commit is contained in:
parent
7582ed78c3
commit
38fe2f7481
@ -51,6 +51,22 @@ local servers = {
|
||||
telemetry = { enable = false },
|
||||
},
|
||||
},
|
||||
|
||||
html = {},
|
||||
htmx = {},
|
||||
unocss = {},
|
||||
}
|
||||
|
||||
require 'lspconfig'.html.setup {
|
||||
filetypes = { "html", "templ" },
|
||||
}
|
||||
|
||||
require 'lspconfig'.htmx.setup {
|
||||
filetypes = { "html", "templ" },
|
||||
}
|
||||
|
||||
require 'lspconfig'.unocss.setup {
|
||||
filetypes = { "html", "templ" },
|
||||
}
|
||||
|
||||
-- Setup neovim lua configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user