diff --git a/lua/codecraft/core/colorscheme.lua b/lua/codecraft/core/colorscheme.lua index 84d4afcef2551bcbf9e933b4e8ee0575a7d7ad9b..8e60edf672fe71e2afa1f56a28489fe5ceb393b7 100644 --- a/lua/codecraft/core/colorscheme.lua +++ b/lua/codecraft/core/colorscheme.lua @@ -15,4 +15,4 @@ -- onedark -- catppuccin -vim.cmd[[colorscheme onedark]] +vim.cmd([[colorscheme catppuccin]]) diff --git a/lua/codecraft/plugin/lsp/lsp.lua b/lua/codecraft/plugin/lsp/lsp.lua index 2834e1761dbf6c6c2369ef283b7559097d0289b7..9b7ad016bb41e9a68a9727822cc0711fcdf2cb45 100644 --- a/lua/codecraft/plugin/lsp/lsp.lua +++ b/lua/codecraft/plugin/lsp/lsp.lua @@ -55,7 +55,13 @@ end -- the `settings` field of the server config. You must look up that documentation yourself. local servers = { clangd = {}, - html = {}, + html = { + format = { + indentHandlebars = true, + indentInnerHtml = true, + templating = true, + }, + }, emmet_ls = {}, cssls = {}, tsserver = {},