mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): html language server
This commit is contained in:
parent
8a404052b8
commit
589965cadf
5 changed files with 13 additions and 49 deletions
|
|
@ -131,6 +131,12 @@ require "lspconfig".clangd.setup {
|
|||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- HTML
|
||||
require "lspconfig".html.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
filetypes = { "html", "xhtml" },
|
||||
}
|
||||
|
||||
-- DAP
|
||||
local dap = require "dap"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue