chore: lualine

This commit is contained in:
2022-12-09 10:52:00 +00:00
parent 6c02ff6640
commit a1d5fa1d04
3 changed files with 71 additions and 18 deletions

View File

@@ -1,4 +1,21 @@
local colorscheme = "onedark"
--local colorscheme = "onedark"
require("catppuccin").setup({
flavour = "frappe", -- latte, frappe, macchiato, mocha
styles = {
comments = { "italic" },
conditionals = { "italic" },
},
integrations = {
cmp = true,
nvimtree = true,
telescope = true,
},
})
local colorscheme = "catppuccin"
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
if not status_ok then