update nvim and hypr conf

This commit is contained in:
2026-06-22 13:33:12 +02:00
parent 04d720f6c8
commit b80cd3136b
10 changed files with 140 additions and 112 deletions

View File

@@ -3,9 +3,9 @@ return {
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = function()
require('lualine').setup({
-- options = {
-- theme = 'catppuccin'
-- },
options = {
theme = 'catppuccin-mocha'
},
})
end
}