diff --git a/autoload/te/feat.vim b/autoload/te/feat.vim index caa26b2..48b93c4 100644 --- a/autoload/te/feat.vim +++ b/autoload/te/feat.vim @@ -57,7 +57,7 @@ function! te#feat#gen_feature_vim(reset) abort endif let l:temp2=te#feat#get_vim_version() if v:shell_error != 0 - let g:vinux_version='vinux V1.3.4'.' @'.l:temp2[0].'.'.l:temp2[1] + let g:vinux_version='vinux V1.3.5'.' @'.l:temp2[0].'.'.l:temp2[1] else let l:temp = matchstr(l:vinux_version[-1],'.*\(-\d\+-\w\+\)\@=') if l:temp !=# '' diff --git a/rc/gui.vim b/rc/gui.vim index 49a9c7d..db42264 100644 --- a/rc/gui.vim +++ b/rc/gui.vim @@ -22,6 +22,7 @@ else Plug 'lifepillar/vim-solarized8' Plug 'liuchengxu/space-vim-dark' endif +Plug 'mhinz/vim-janah' Plug 'lifepillar/vim-gruvbox8' Plug 'vim-scripts/desert256.vim' Plug 'ayu-theme/ayu-vim'