diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-29 00:06:11 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-29 00:06:11 +0100 |
| commit | 2d9e9f6dbc3bd820d314f5b8b0742ecfb512de7a (patch) | |
| tree | 418523f6938d7407674e4f2e43798ce0520c649f /.pluggins.vim | |
| parent | cf6bd83b9bc3f739c755516706d6702dc2567550 (diff) | |
| download | dotfiles-2d9e9f6dbc3bd820d314f5b8b0742ecfb512de7a.tar.gz dotfiles-2d9e9f6dbc3bd820d314f5b8b0742ecfb512de7a.tar.bz2 dotfiles-2d9e9f6dbc3bd820d314f5b8b0742ecfb512de7a.zip | |
Added newsboat max-items, vim ejs syntax
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 0db0a3b..ed675c5 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -20,6 +20,7 @@ call plug#begin() Plug 'tikhomirov/vim-glsl' " glsl Plug 'cespare/vim-toml' " toml Plug 'ziglang/zig.vim' " zig + Plug 'nikvdp/ejs-syntax' " ejs " s19 at home Plug 'HappyTramp/vim-42header' " 42 header @@ -35,4 +36,6 @@ call plug#begin() " Plug 'jez/vim-superman' " man pages in vim (too slow) " 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' call plug#end() |
