From 768bcbd402cbd8b705d5b21423724af43b9ee543 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 12 Dec 2021 14:29:06 +0800 Subject: Purge vim-plug --- .vim/plugin/misc.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vim/plugin/misc.vim (limited to '.vim/plugin/misc.vim') diff --git a/.vim/plugin/misc.vim b/.vim/plugin/misc.vim new file mode 100644 index 0000000..f8c5d9d --- /dev/null +++ b/.vim/plugin/misc.vim @@ -0,0 +1,5 @@ +packadd! onedark.vim +silent colorscheme onedark + +let g:airline#extensions#tabline#enabled = 1 +map (easymotion-prefix) -- cgit v1.2.3