Skip to content
Snippets Groups Projects
Commit 1cdc708d authored by codecraft's avatar codecraft :crocodile:
Browse files

Change colorscheme to catpuccin

parent 3c7e4fac
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
-- onedark -- onedark
-- catppuccin -- catppuccin
vim.cmd[[colorscheme onedark]] vim.cmd([[colorscheme catppuccin]])
...@@ -55,7 +55,13 @@ end ...@@ -55,7 +55,13 @@ end
-- the `settings` field of the server config. You must look up that documentation yourself. -- the `settings` field of the server config. You must look up that documentation yourself.
local servers = { local servers = {
clangd = {}, clangd = {},
html = {}, html = {
format = {
indentHandlebars = true,
indentInnerHtml = true,
templating = true,
},
},
emmet_ls = {}, emmet_ls = {},
cssls = {}, cssls = {},
tsserver = {}, tsserver = {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment