add hugo lsp

This commit is contained in:
StuartStephens 2025-03-17 23:07:20 -04:00
parent 0796cc3c52
commit 4ad887edf1
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
}, },
}, },
}, },