summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-05-24 19:25:12 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-06-01 14:59:10 -0700
commita62da15a4ca0a1d77b143f95bcd6bcc8ff432cd2 (patch)
tree21554b3d3730ca4b6f0bbb803cc6fe41b5cbffc6 /home
parentca9fa088557723a8df353c67cfe7957ad6486c64 (diff)
nvim new release has my fix, so no need latest version of the plugin
https://github.com/tpope/vim-markdown/commit/f2b82b7884a3d8bde0c5de7793b27e07030eb2bc
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim
index 3f19b492..64cdd4d9 100644
--- a/home/xyz/.config/nvim/init.vim
+++ b/home/xyz/.config/nvim/init.vim
@@ -22,7 +22,7 @@ Plug 'tinted-theming/base16-vim'
" 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'
+"Plug 'tpope/vim-markdown'
" alternatives: h-hg/fcitx.nvim, rlue/vim-barbaric, lilydjwg/fcitx.vim
if executable('fcitx5')
Plug 'rlue/vim-barbaric'