From 8d3d968ccc9d692a4766ef45dfd68b3c34ee6180 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 4 Nov 2019 00:54:02 +0300 Subject: Indent guides were acting up --- .config/nvim/init.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 86edd4f..ebace34 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -47,8 +47,6 @@ Plug 'vimwiki/vimwiki' "distraction-free writing Plug 'junegunn/goyo.vim' -"visual display of indent levels -Plug 'thaerkh/vim-indentguides' "text alignment Plug 'godlygeek/tabular' "color code highlight @@ -170,8 +168,6 @@ if executable('rg') set grepprg=rg\ --vimgrep\ --no-heading endif -let g:indentguides_ignorelist = ['text', 'tex', 'vimwiki'] - set diffopt+=internal,algorithm:patience " }}} -- cgit v1.2.3-70-g09d2