mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 04:41:46 +00:00
install html language server for basic functionality
This commit is contained in:
parent
89c445c901
commit
cafa3b1b80
@ -185,6 +185,12 @@ return {
|
||||
svelte = {},
|
||||
ts_ls = {},
|
||||
gopls = {},
|
||||
html = {
|
||||
filetypes = {
|
||||
'html',
|
||||
'ejs',
|
||||
},
|
||||
},
|
||||
-- ... 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:
|
||||
|
Loading…
Reference in New Issue
Block a user