From b56fa3b2e204222f99926cb1e51879a10c34dafc Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 14 Sep 2024 08:44:47 +0800 Subject: Update builtin feature --- .vim/after/plugin/minpac.vim | 1 - .vimrc | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index e3fe4a8..3f455d6 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -52,7 +52,6 @@ function! InitMinpac() abort " Add endif, endfunction in Vimscript. call minpac#add('https://github.com/tpope/vim-endwise', {'type': 'start'}) - call minpac#add('https://github.com/tpope/vim-commentary') call minpac#add('https://github.com/tpope/vim-eunuch.git') call minpac#add('https://github.com/tpope/vim-sleuth.git') call minpac#add('https://github.com/tpope/vim-unimpaired.git') diff --git a/.vimrc b/.vimrc index c182071..182a1e6 100644 --- a/.vimrc +++ b/.vimrc @@ -156,6 +156,11 @@ silent colorscheme onedark runtime ftplugin/man.vim packadd matchit packadd cfilter +packadd! comment + +if has('patch-9.1.0598') + set completeopt+=fuzzy +endif if !has('nvim') packadd editorconfig -- cgit v1.2.3