Update nvim nord repo and switch-theme script

This commit is contained in:
coolneng 2023-04-12 15:56:28 +02:00
parent 1d5521bca6
commit 6b734aabf3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'
""Vim-plug
call plug#begin('~/.config/nvim/plugged')
Plug 'Raimondi/delimitMate'
Plug 'arcticicestudio/nord-vim'
Plug 'nordtheme/vim'
Plug 'rose-pine/neovim'
Plug 'LnL7/vim-nix'
call plug#end()

View File

@ -3,7 +3,7 @@
LIGHT_THEME="rose-pine"
DARK_THEME="nord"
KITTY_LIGHT_THEME="Rosé Pine Dawn"
NVIM_COLORSCHEME_LINE=41
NVIM_COLORSCHEME_LINE=44
capitalize() {
printf '%s' "$1" | head -c 1 | tr "[:lower:]" "[:upper:]"