diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-22 00:15:55 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-22 00:15:55 -0700 |
commit | 0174b41c6ae395db558ecc13df957a8d02adcbaf (patch) | |
tree | 3166630a8fcee58cb51a91e8a191812ecb2cf968 /home/xyz/.config/nvim | |
parent | 7a38bf7dd4c42a982c89db740a1f1f345d97934d (diff) |
update
Diffstat (limited to 'home/xyz/.config/nvim')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 02460b38..e4c94fab 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -12,10 +12,6 @@ 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? -" oct.21 2022, nvim-treesitter obsolete some highlight groups? so tinted-theming/base16-vim does not work for treesitter now, see: -" https://github.com/nvim-treesitter/nvim-treesitter/commit/42ab95d5e11f247c6f0c8f5181b02e816caa4a4f -" https://github.com/RRethy/nvim-base16/issues/62 -" https://github.com/tinted-theming/base16-vim/issues/65 Plug 'tinted-theming/base16-vim' " nvim-treesitter does not support markdown right now, so wait "Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update |