summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/nvim/init.vim4
1 files changed, 0 insertions, 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'
47"distraction-free writing 47"distraction-free writing
48Plug 'junegunn/goyo.vim' 48Plug 'junegunn/goyo.vim'
49 49
50"visual display of indent levels
51Plug 'thaerkh/vim-indentguides'
52"text alignment 50"text alignment
53Plug 'godlygeek/tabular' 51Plug 'godlygeek/tabular'
54"color code highlight 52"color code highlight
@@ -170,8 +168,6 @@ if executable('rg')
170 set grepprg=rg\ --vimgrep\ --no-heading 168 set grepprg=rg\ --vimgrep\ --no-heading
171endif 169endif
172 170
173let g:indentguides_ignorelist = ['text', 'tex', 'vimwiki']
174
175set diffopt+=internal,algorithm:patience 171set diffopt+=internal,algorithm:patience
176 172
177" }}} 173" }}}