summaryrefslogtreecommitdiff
path: root/home/xyz/.config/nvim
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-14 01:06:40 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-17 04:32:10 -0700
commit4abe3a5d6d36420666404c7fd7ed4a87df2e36be (patch)
treebeb4fab21647b4c1e7f36d520aa0f7c8d408768d /home/xyz/.config/nvim
parentdd5e63fc7c1f337fb1dce8dd45e1a06b294d688f (diff)
nvim better fold title contrast
Diffstat (limited to 'home/xyz/.config/nvim')
-rw-r--r--home/xyz/.config/nvim/init.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim
index 2be50697..844ca58a 100644
--- a/home/xyz/.config/nvim/init.vim
+++ b/home/xyz/.config/nvim/init.vim
@@ -11,8 +11,9 @@ call plug#begin()
"Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
" chriskempson/base16-vim doesn't do bold/italic for markdown syntax, and not maintained
" tinted-theming/base16-vim and RRethy/nvim-base16 seem both work, both support tree-sitter
-" I prefer tinted-theming/base16-vim in the past because of darker status bar color?
-Plug 'tinted-theming/base16-vim'
+" In the past, I prefer tinted-theming/base16-vim because of darker status bar color?
+" Now, I prefer RRethy/nvim-base16 because of higher contrast on fold title, so much more readable
+Plug 'RRethy/nvim-base16'
" nvim-treesitter does not support markdown right now, so wait
"Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
" use latest vim-markdown