dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a790f3b5449eaca4c31f2b4becc7bf1071fe5f5c
parent 8faa6d18a091e5ecc3a2ecf1ccc97f25b4eceea0
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  7 Nov 2018 14:50:46 +0100

Disabled vim-polyglot, was interfering

Diffstat:
Mvim/plugins.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -46,6 +46,6 @@ Plug 'dhruvasagar/vim-table-mode' Plug 'vimwiki/vimwiki' " Better syntax highlighting -Plug 'sheerun/vim-polyglot' +"Plug 'sheerun/vim-polyglot' call plug#end()