mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 05:11:45 +00:00
install html language server for basic functionality
This commit is contained in:
parent
89c445c901
commit
cafa3b1b80
@ -185,6 +185,12 @@ return {
|
|||||||
svelte = {},
|
svelte = {},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
|
html = {
|
||||||
|
filetypes = {
|
||||||
|
'html',
|
||||||
|
'ejs',
|
||||||
|
},
|
||||||
|
},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
Loading…
Reference in New Issue
Block a user