From 19b80c571916d6c7b598bed961fb9f1379fefca1 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Sep 2021 17:03:06 -0700 Subject: vim-plug, vim-markdown, latest --- .config/nvim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index caa8ea64..631aaabf 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -16,6 +16,8 @@ Plug 'fnune/base16-vim' "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 +Plug 'tpope/vim-markdown' call plug#end() " next line must put below `Plug 'glacambre/firenvim'`, else if click github issue textarea, then click elsewhere, then click textarea, textarea will not be selected (no cursor in it), not sure why -- cgit v1.2.3-70-g09d2