From b5628b6609b68283531403727403f0cf21f25610 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sun, 14 Apr 2024 20:21:09 -0700 Subject: edit init.vim comments RRethy/nvim-base16 change name to base16-nvim. I tested markdown treesitter, better but still not good. --- home/xyz/.config/nvim/init.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 31fe2a44..d6d4aa87 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -11,10 +11,12 @@ call plug#begin() Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } " tinted-theming/base16-vim has low contrast on fold title make it unreadable, but I customized it easily " chriskempson/base16-vim doesn't do bold/italic for markdown syntax, and not maintained -" RRethy/nvim-base16 does not highlight markdown codeblocks -" tinted-theming/base16-vim and RRethy/nvim-base16 seem both work, both support tree-sitter +" RRethy/base16-nvim does not highlight markdown codeblocks +" tinted-theming/base16-vim and RRethy/base16-nvim seem both work, both support tree-sitter Plug 'tinted-theming/base16-vim' -" nvim-treesitter does not support markdown right now, so wait +" nvim-treesitter seems support markdown highlight now, run `:TSEnable highlight`, more see vc notes +" but very slow when editing large markdown files so I sitll don't enable it, maybe related: +" https://github.com/nvim-treesitter/nvim-treesitter/issues/2206 "Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update " use latest vim-markdown Plug 'tpope/vim-markdown' -- cgit v1.2.3-70-g09d2