diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-26 17:03:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-26 17:03:06 -0700 |
commit | 19b80c571916d6c7b598bed961fb9f1379fefca1 (patch) | |
tree | 2c2229fe7b85f762dae050f672b19d15b9887712 /.config | |
parent | f507bfafead6d5921df65f9413b196c2943a4b5b (diff) |
vim-plug, vim-markdown, latest
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |