dotfiles/symlinks/vim/plugin
Ensar Sarajčić 5a85acdaf5 Fix vimwiki reviews template path expansion
Paths for templates were not properly expanded ('~' and variables used
in path), causing plugin to ignore template files. This fixes it, as
well as preventing duplicating templates, due to same issue when opening
review file.
2021-01-17 22:33:52 +01:00
..
README.md Initial public commit 2021-01-07 09:09:41 +01:00
ale.vim Initial public commit 2021-01-07 09:09:41 +01:00
coc.vim Initial public commit 2021-01-07 09:09:41 +01:00
fugitive.vim Add support for base branch in vim PR commands 2021-01-15 12:49:50 +01:00
ruby_host.vim Initial public commit 2021-01-07 09:09:41 +01:00
scratch_buffer.vim Initial public commit 2021-01-07 09:09:41 +01:00
statusline.vim Use vim-colorschemes and configure statusline to work 2021-01-16 19:24:47 +01:00
tabline.vim Initial public commit 2021-01-07 09:09:41 +01:00
tex.vim Initial public commit 2021-01-07 09:09:41 +01:00
ultisnips.vim Initial public commit 2021-01-07 09:09:41 +01:00
undoconf.vim Initial public commit 2021-01-07 09:09:41 +01:00
vimwiki.vim Initial public commit 2021-01-07 09:09:41 +01:00
vimwiki_reviews.vim Fix vimwiki reviews template path expansion 2021-01-17 22:33:52 +01:00

README.md

Plugins

This directory should be mostly used to group custom functionalities together into a "plugin". In some cases this can be used to set up plugin settings, if it is required to be run before plugin (othwerise use /after/plugin).