diff options
| -rwxr-xr-x | .config/nvim/init.vim | 4 |
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 |
| 48 | Plug 'junegunn/goyo.vim' | 48 | Plug 'junegunn/goyo.vim' |
| 49 | 49 | ||
| 50 | "visual display of indent levels | ||
| 51 | Plug 'thaerkh/vim-indentguides' | ||
| 52 | "text alignment | 50 | "text alignment |
| 53 | Plug 'godlygeek/tabular' | 51 | Plug '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 |
| 171 | endif | 169 | endif |
| 172 | 170 | ||
| 173 | let g:indentguides_ignorelist = ['text', 'tex', 'vimwiki'] | ||
| 174 | |||
| 175 | set diffopt+=internal,algorithm:patience | 171 | set diffopt+=internal,algorithm:patience |
| 176 | 172 | ||
| 177 | " }}} | 173 | " }}} |
