Updated nvim

This commit is contained in:
jbates35 2024-04-24 21:26:30 -07:00
parent 838773e5e4
commit fd1ad576f1
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,4 @@
return {
'catppuccin/nvim',
name = 'catppuccin',
priority = 1000,
@ -11,7 +12,12 @@
vim.cmd.hi 'Comment gui=none'
end,
opts = {
term_colors = true,
dim_inactive = {
enabled = true,
shade = 'dark',
percentage = 0.15,
},
transparent_background = true,
--[[ color_overrides = {
mocha = {
base = '#000000',