Add indent blanklines plugin and config to neovim
This commit is contained in:
8
vimrc
8
vimrc
@ -18,7 +18,8 @@ set hidden
|
||||
set history=50
|
||||
set incsearch
|
||||
set laststatus=2
|
||||
set listchars=tab:▸\ ,eol:¬,nbsp:␣,trail:•,space:.,extends:→,precedes:←
|
||||
set listchars=tab:▸\ ,eol:↴,nbsp:␣,trail:•,space:⋅,extends:→,precedes:←
|
||||
set list
|
||||
set modelines=0
|
||||
set mouse=a
|
||||
set nobackup
|
||||
@ -87,6 +88,11 @@ if filereadable(expand("~/.config/nvim/tmuxline.vimrc"))
|
||||
source ~/.config/nvim/tmuxline.vimrc
|
||||
endif
|
||||
|
||||
" Indent setup
|
||||
if filereadable(expand("~/.config/nvim/lua/indent.lua"))
|
||||
lua require('indent')
|
||||
endif
|
||||
|
||||
" Git setup
|
||||
if filereadable(expand("~/.config/nvim/git.vimrc"))
|
||||
source ~/.config/nvim/git.vimrc
|
||||
|
Reference in New Issue
Block a user