-
-
Notifications
You must be signed in to change notification settings - Fork 44
config
tracyone edited this page Jul 31, 2017
·
26 revisions
After installed t-vim, you will find feature.vim
in ~/.vim/
.
Open feature.vim, following features can be configed:
let g:feat_enable_writing=1
let g:feat_enable_tools=1
let g:feat_enable_frontend=0
let g:feat_enable_complete=1
let g:feat_enable_airline=0
let g:enable_auto_plugin_install=1
let g:feat_enable_fun=1
let g:feat_enable_edit=1
let g:complete_plugin_type='ycm'
let g:feat_enable_c=1
let g:feat_enable_jump=1
let g:feat_enable_basic=1
let g:feat_enable_vim=1
let g:feat_enable_gui=1
let g:feat_enable_tmux=1
let g:airline_powerline_fonts=1
let g:feat_enable_help=1
let g:feat_enable_markdown=0
let g:feat_enable_git=1
Keymap:
<SPC>fe
: dynamic enable feature.
<SPC>fd
: dynamic disable feature.
To enable this feature, just edit feature.vim
and change following line:
let g:feat_enable_writing=1
After enable this feature, you can:
- You can focus your writing using junegunn/goyo.vim
- You can edit org file and manager your todo list
To enable this feature, just edit feature.vim
and change following line:
let g:feat_enable_tools=1
- crunch.vim.A Calculator.
- vim-youdao-translater.
- DrawIt
- VimExplorer
- renamer.vim
- vinarise.vim
- vim-gtfo
- fencview
- dictionary.vim
To enable this feature, just edit feature.vim
and change following line:
let g:feat_enable_airline =1
To enable power line font:
let g:airline_powerline_fonts=1
Of course you need to install power line font:YaHei-Consolas-Hybrid-For-Powerline