Update init.lua

This commit is contained in:
Adrian Filip 2023-04-27 22:52:32 +03:00 committed by GitHub
parent 7897900c53
commit 22deffeb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -18,7 +18,18 @@ return {
},
-- Set colorscheme to use
colorscheme = "astrodark",
--colorscheme = "astrodark",
colorscheme = "catppuccin",
plugins = {
{
"catppuccin/nvim",
as = "catppuccin",
config = function()
require("catppuccin").setup {}
end,
},
},
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
diagnostics = {