dotfiles/config/automatrop/roles/vim/templates/plugins/reload.j2

5 lines
197 B
Plaintext
Raw Normal View History

{# Live reload #}
{{ add_source('famiu/nvim-reload') -}}
{{ add_source('nvim-lua/plenary.nvim') -}}
{# Not used, this breaks color, and source $MYVIMRC is all that we need to reload colorscheme #}