add hugo lsp
This commit is contained in:
parent
0796cc3c52
commit
4ad887edf1
1
init.lua
1
init.lua
|
|
@ -770,6 +770,7 @@ require('lazy').setup({
|
||||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||||
javascript = { 'prettierd', 'prettier', stop_after_first = false },
|
javascript = { 'prettierd', 'prettier', stop_after_first = false },
|
||||||
html = { 'prettierd', 'prettier', stop_after_first = false },
|
html = { 'prettierd', 'prettier', stop_after_first = false },
|
||||||
|
htmlangular = { 'htmlbeautifier', stop_after_first = false },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue