aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/plugin/bindings.vim
Commit message (Collapse)AuthorAgeFilesLines
* [Vim] Update vimprobably plugindevelopFederico Igne2021-06-021-1/+1
|
* Add makeprg for gnuplot scriptsFederico Igne2021-05-161-5/+1
|
* Add Zettel functionality for ZettelkastenFederico Igne2021-04-211-2/+2
|
* [Vim] Fix Goyo/Tagbar bindings definitionFederico I2020-03-121-4/+8
| | | | | | | | | Tests for the mapping definitions were testing the existence of the wrong variable, in particular: + `g:loaded_goyo` does not exist; + `g:loaded_tagbar` is defined only when the autoloaded code is invoked. The solution in both cases is to test for the existence of the respective commands (which are defined on plugin load).
* [Vim] Add undotree plugin and related configurationFederico I2020-02-151-2/+8
|
* [Vim] Adapt vimrc to the new plugin structureFederico I2020-02-141-0/+137