diff options
author | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
commit | 9972f28fa5f596081a2b9812600c50fec4e82bb5 (patch) | |
tree | b18bdd360fcd0909a9f25d09fabe66070df1cd38 /.vim/addons.vim | |
parent | 1b4677ab012bd7d18cf05ae28745e07d87f9d9a5 (diff) | |
parent | f3be3ab5d8853b2c395e45329c8c55374d048311 (diff) | |
download | dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.gz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.bz2 dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.xz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.zip |
Merge branch 'master' of sleepmap.de:dave/dotfiles
* 'master' of sleepmap.de:dave/dotfiles:
.config/nvchecker/nvchecker.ini: Switching to gitlab upstream for qastools. Adding polyphone, libopenshot, libopenshot-audio, openshot, libquicktime, libconfig, vico, mephisto.lv2 and lv2lint.
.config/systemd/user/jack@.service: Removing custom jack@ user service (it has been upstreamed and is available since jack2 1.9.13).
.config/sway/config: Adding common (local) location for background image (which can be a symlink to another file).
.config/sway/config: Setting default_border pixel 2, to not have headers. Reactivating keyboard shortcut for layout toggle split.
.config/nvchecker/nvchecker.ini: Adding audiofile, redland, ladspa, ddrescue, raptor, rasqal, python-ipy, gandi.cli, flyspray and changing upstreams of a2jmidid, solfege and redkite.
.zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() (respectively).
.vim/addons.vim: Removing youcompleteme and adding coverage-highlight.
.config/psd/psd.conf: Adding qutebrowser.
Diffstat (limited to '.vim/addons.vim')
-rw-r--r-- | .vim/addons.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/addons.vim b/.vim/addons.vim index a7550e4..e01daaf 100644 --- a/.vim/addons.vim +++ b/.vim/addons.vim @@ -10,6 +10,7 @@ VAMActivate iptables VAMActivate github:pangloss/vim-javascript VAMActivate github:itspriddle/vim-jquery VAMActivate github:scrooloose/syntastic.git +VAMActivate github:mgedmin/coverage-highlight.vim VAMActivate github:honza/vim-snippets VAMActivate github:garbas/vim-snipmate VAMActivate github:gerw/vim-latex-suite @@ -54,5 +55,4 @@ VAMActivate github:tpope/vim-surround.git VAMActivate github:tpope/vim-unimpaired VAMActivate github:goldfeld/ctrlr.vim VAMActivate github:jamessan/vim-gnupg -VAMActivate github:Valloric/YouCompleteMe.git VAMActivate github:godlygeek/tabular |