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 @@
-- onedark
-- catppuccin
vim.cmd[[colorscheme onedark]]
vim.cmd([[colorscheme catppuccin]])
......@@ -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 = {},
......
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