Migrate config v2 config

This commit is contained in:
Hydroxycarbamide 2023-04-10 22:02:56 +02:00
parent 7bedf3cc3a
commit 0eafc1f5e8
2 changed files with 19 additions and 2 deletions

View file

@ -18,7 +18,7 @@ return {
},
-- Set colorscheme to use
colorscheme = "astrodark",
colorscheme = "catppuccin",
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {
@ -50,7 +50,15 @@ return {
},
-- enable servers that you already have installed without mason
servers = {
-- "pyright"
"cssls",
"eslint",
"tailwindcss",
"rust_analyzer",
"tsserver",
"html",
"clangd",
"svelte",
"pyright"
},
},