diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-22 00:12:18 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-22 00:12:18 -0700 |
commit | e5884e3e8e688334e2c4963fcbeaeca4e7eb4622 (patch) | |
tree | e336109cdda6283005b4d7e0de1e8112131867f6 /home/xyz/.config/nvim/init.vim | |
parent | e33623811690f9a2bec16c6d0fedbe4b722d5695 (diff) |
update
Diffstat (limited to 'home/xyz/.config/nvim/init.vim')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 243b8028..2fc7e7f7 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -15,6 +15,7 @@ Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } " 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 |