diff options
| author | Yigit Sever | 2019-11-04 00:54:02 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-11-04 00:54:02 +0300 |
| commit | 8d3d968ccc9d692a4766ef45dfd68b3c34ee6180 (patch) | |
| tree | 42d769f6ccfaa6a6defc29d7b7ccc72c4cc1d677 /.config/nvim | |
| parent | dd3fc4abb4149e1ea4facceebaf5988835978269 (diff) | |
| download | dotfiles-8d3d968ccc9d692a4766ef45dfd68b3c34ee6180.tar.gz dotfiles-8d3d968ccc9d692a4766ef45dfd68b3c34ee6180.tar.bz2 dotfiles-8d3d968ccc9d692a4766ef45dfd68b3c34ee6180.zip | |
Indent guides were acting up
Diffstat (limited to '.config/nvim')
| -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 | " }}} |
