Update nvim nord repo and switch-theme script
This commit is contained in:
parent
1d5521bca6
commit
6b734aabf3
|
@ -32,7 +32,7 @@ let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'
|
||||||
""Vim-plug
|
""Vim-plug
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
Plug 'Raimondi/delimitMate'
|
Plug 'Raimondi/delimitMate'
|
||||||
Plug 'arcticicestudio/nord-vim'
|
Plug 'nordtheme/vim'
|
||||||
Plug 'rose-pine/neovim'
|
Plug 'rose-pine/neovim'
|
||||||
Plug 'LnL7/vim-nix'
|
Plug 'LnL7/vim-nix'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
LIGHT_THEME="rose-pine"
|
LIGHT_THEME="rose-pine"
|
||||||
DARK_THEME="nord"
|
DARK_THEME="nord"
|
||||||
KITTY_LIGHT_THEME="Rosé Pine Dawn"
|
KITTY_LIGHT_THEME="Rosé Pine Dawn"
|
||||||
NVIM_COLORSCHEME_LINE=41
|
NVIM_COLORSCHEME_LINE=44
|
||||||
|
|
||||||
capitalize() {
|
capitalize() {
|
||||||
printf '%s' "$1" | head -c 1 | tr "[:lower:]" "[:upper:]"
|
printf '%s' "$1" | head -c 1 | tr "[:lower:]" "[:upper:]"
|
||||||
|
|
Loading…
Reference in New Issue