diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 23:06:27 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 23:06:27 +0100 |
| commit | d4a917623ce4a8dc7e4feb2fa50407d33eb6c36f (patch) | |
| tree | 457b51f9471d480aa12901bd2347d371c000056d | |
| parent | a7a34386e6954f104a789e9417dc8d8841f6cdea (diff) | |
| download | dotfiles-d4a917623ce4a8dc7e4feb2fa50407d33eb6c36f.tar.gz dotfiles-d4a917623ce4a8dc7e4feb2fa50407d33eb6c36f.tar.bz2 dotfiles-d4a917623ce4a8dc7e4feb2fa50407d33eb6c36f.zip | |
Updated vim Goyo height, Added vim rfc syntax highlighting
| -rw-r--r-- | .pluggins.vim | 5 | ||||
| -rw-r--r-- | .vimrc | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 58b8b6f..c60ab84 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -13,8 +13,9 @@ call plug#begin() Plug 'junegunn/vim-easy-align' " align Plug 'ludovicchabant/vim-gutentags' " generate tags in project root Plug 'junegunn/goyo.vim' " generate tags in project root - " + " Plug 'easymotion/vim-easymotion' " TODO very intresting + " Plug 'mhinz/vim-rfc' " RFC download/syntax/tags Plug 'skammer/vim-css-color' @@ -39,7 +40,7 @@ call plug#begin() " Plug 'sheerun/vim-polyglot' " better syntax highlight " Plug 'unblevable/quick-scope' " highlight first char to jump to word " Plug 'jez/vim-superman' " man pages in vim (too slow) - " Plug 'vim-scripts/rfc-syntax' " rfc + Plug 'vim-scripts/rfc-syntax' " rfc " Plug 'tacahiroy/ctrlp-funky' " extension to search function Plug '/home/charles/git/c_formatter_42.vim' Plug 'cacharle/doxy42.vim' @@ -304,3 +304,5 @@ let g:c_formatter_42_format_on_save = 0 let g:gutentags_ctags_exclude = ['doc/*', 'Makefile'] " let g:gutentags_ctags_exclude_wildignore = 1 + +let g:goyo_height = 90 |
