diff options
author | Guangxiong Lin <[email protected]> | 2021-12-12 14:29:06 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-12 14:30:26 +0800 |
commit | 768bcbd402cbd8b705d5b21423724af43b9ee543 (patch) | |
tree | bb5ecd873101403c396cba1c79b19eaee109ca86 /.vim/plugin/misc.vim | |
parent | 7103b9113ce640ce9500eb5fcf1c33c6e4875ff6 (diff) | |
download | dotfiles-768bcbd402cbd8b705d5b21423724af43b9ee543.tar.gz dotfiles-768bcbd402cbd8b705d5b21423724af43b9ee543.tar.bz2 dotfiles-768bcbd402cbd8b705d5b21423724af43b9ee543.zip |
Purge vim-plug
Diffstat (limited to '.vim/plugin/misc.vim')
-rw-r--r-- | .vim/plugin/misc.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 <Space> <Plug>(easymotion-prefix) |