diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-07-30 11:08:18 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-07-30 11:08:18 +0200 |
| commit | 9976cc7a232927cc4ad7c83e546fbe53820bf859 (patch) | |
| tree | 6d5af502b116e99ef2051e6593cf46df8b42a54e /.pluggins.vim | |
| parent | 57d0df7d52bda1ab183a71486659b8dfec40440c (diff) | |
| download | dotfiles-9976cc7a232927cc4ad7c83e546fbe53820bf859.tar.gz dotfiles-9976cc7a232927cc4ad7c83e546fbe53820bf859.tar.bz2 dotfiles-9976cc7a232927cc4ad7c83e546fbe53820bf859.zip | |
Added newsboat and dunst
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 66ec0c6..78de3f7 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -19,8 +19,6 @@ call plug#begin() " s19 at home Plug 'HappyTramp/vim-42header' " 42 header - " Plug 'HappyTramp/vim-htheader' " my header - " themes " Plug 'joshdick/onedark.vim' " onedark " Plug 'dracula/vim', {'as': 'vim'} " dracula @@ -29,4 +27,7 @@ call plug#begin() " intresting but not used " 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 'tacahiroy/ctrlp-funky' " extension to search function call plug#end() |
