feat: replace gruvbox theme with catpuccin 🎨
This commit is contained in:
parent
bdfd2cd3f4
commit
f1521a1650
1 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
end
|
end
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
colorscheme gruvbox
|
colorscheme catppuccin " catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha
|
||||||
|
|
||||||
" relative line numbering when leaving insert mode
|
" relative line numbering when leaving insert mode
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
@ -74,7 +74,8 @@
|
||||||
fzf-vim # fuzzy finder through vim
|
fzf-vim # fuzzy finder through vim
|
||||||
nerdtree # file structure inside nvim
|
nerdtree # file structure inside nvim
|
||||||
rainbow # color parenthesis
|
rainbow # color parenthesis
|
||||||
gruvbox-nvim # theme
|
# gruvbox-nvim # theme
|
||||||
|
catppuccin-nvim # theme
|
||||||
goyo-vim # write prose
|
goyo-vim # write prose
|
||||||
limelight-vim # prose paragraph highlighter
|
limelight-vim # prose paragraph highlighter
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue