From 0174b41c6ae395db558ecc13df957a8d02adcbaf Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 22 Oct 2022 00:15:55 -0700 Subject: update --- home/xyz/.config/nvim/init.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'home/xyz/.config/nvim/init.vim') 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 -- cgit v1.2.3-70-g09d2