-
-
Notifications
You must be signed in to change notification settings - Fork 44
config
After installed vinux, you will find feature.vim
in ~/.vim/
.
Open feature.vim, following features can be configed:
let g:vinux_coding_style.cur_val='linux'
let g:feat_enable_writing=1
let g:feat_enable_airline=1
let g:vinux_plugin_dir.cur_val='/Users/tracyone/.vim/bundle/'
let g:feat_enable_frontend=1
let g:feat_enable_tools=1
let g:enable_auto_plugin_install.cur_val='on'
let g:feat_enable_vim=1
let g:git_plugin_name.cur_val='vim-fugitive'
let g:enable_powerline_fonts.cur_val='on'
let g:feat_enable_edit=1
let g:grepper_plugin.cur_val='neomake-multiprocess'
let g:feat_enable_c=1
let g:feat_enable_fun=1
let g:ctrlp_matcher_type.cur_val='cpsm'
let g:feat_enable_jump=1
let g:feat_enable_basic=1
let g:ctrlp_caching_type.cur_val='limit'
let g:enable_sexy_mode.cur_val='off'
let g:feat_enable_gui=1
let g:feat_enable_tmux=1
let g:fuzzysearcher_plugin_name.cur_val='ctrlp'
let g:complete_plugin_type.cur_val='YouCompleteMe'
let g:feat_enable_complete=1
let g:feat_enable_markdown=1
let g:feat_enable_zsh=1
let g:feat_enable_git=1
let g:feat_enable_help=1
let g:vinux_version='vinux V0.9.9 @8.0.1431'
There are two kind of variable:
- variables for enabling feature which prefix is
g:feat_enable_
- variables for controlling some detail of feature or global settings which suffix is
.cur_val
Following sections are the detail of these variables.
You can edit feature.vim
manually, but I am too lazy to do it
Keymap:
<SPC>fe
: enable feature dynamically.
<SPC>fd
: disable feature dynamically.
By default, vinux will use ctrlp to filter the features.
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_frontend=1
- mattn/emmet-vim
- hail2u/vim-css3-syntax
- cakebaker/scss-syntax.vim
- othree/html5.vim
- moll/vim-node
- maksimr/vim-jsbeautify
- tmhedberg/SimpylFold
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