config: nvim config

main
sudo pacman -Syu 2023-03-11 20:49:57 +07:00
parent 41d898dde5
commit 005d947ffb
1 changed files with 7 additions and 1 deletions

View File

@ -82,7 +82,7 @@ require("packer").startup(function()
require("lualine").setup({
options = {
icons_enabled = false,
theme = "auto",
theme = "catppuccin",
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
@ -156,6 +156,12 @@ require("packer").startup(function()
config = function()
require("catppuccin").setup({
flavour = "mocha",
integrations = {
indent_blankline = {
enabled = true,
colored_indent_levels = false,
},
},
})
end,
})