Removed reload plugin since it's broken

prenix
Geoffrey Frogeye 2021-07-04 15:52:50 +02:00
parent 9bfe9d25e4
commit 51fa9fa0b0
Signed by: geoffrey
GPG Key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 5 deletions

View File

@ -97,3 +97,5 @@ nnoremap <Leader>s :%s/\<<C-r><C-w>\>/
" add extensions to syntax
au BufNewFile,BufRead *.jinja set filetype=jinja2
command Reload source $MYVIMRC

View File

@ -7,11 +7,6 @@
" END PLUGIN CONFIG {{ name }}
{%- endmacro -%}
" Config reload
{% if variant == 'nvim' %}
{{ use_plugin('reload') }}
{% endif %}
" Visuals
{{ use_plugin('base16') }}
{{ use_plugin('airline') }}

View File

@ -1,2 +1,4 @@
{# 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 #}