Skip to content
tracyone edited this page Jul 15, 2017 · 26 revisions

feature config

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

Dynamic enable & disable feature

Keymap:

<SPC>fe: dynamic enable feature.

<SPC>fd: dynamic disable feature.

Writing 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:

  1. You can focus your writing using junegunn/goyo.vim
  2. You can edit org file and manager your todo list

Tools feature

To enable this feature, just edit feature.vim and change following line:

let g:feat_enable_tools=1
  1. crunch.vim.A Calculator.
  2. vim-youdao-translater.
  3. DrawIt
  4. VimExplorer
  5. renamer.vim
  6. vinarise.vim
  7. vim-gtfo
  8. fencview
  9. dictionary.vim

Frontend feature

Complete feature

Airline feature

Plugins auto install feature

Fun feature

Edit feature

Language C feature

Jump feature

Clone this wiki locally