From 49addc62418a1fae4c4fa225c4521ea0c2523fa5 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 27 Aug 2021 02:26:32 +0200 Subject: [PATCH] vim: remove polyglot, it broke YAML highlighting --- roles/dotfiles/files/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/dotfiles/files/vimrc b/roles/dotfiles/files/vimrc index 5b78943..9d1a9cf 100644 --- a/roles/dotfiles/files/vimrc +++ b/roles/dotfiles/files/vimrc @@ -29,8 +29,7 @@ Plug 'psf/black' " Themes Plug 'sainnhe/sonokai' " Language specific -Plug 'sheerun/vim-polyglot' -"Plug 'vim-python/python-syntax' +Plug 'vim-python/python-syntax' call plug#end() " Theme