neovim colors
This commit is contained in:
parent
7436e52200
commit
b79bc346e9
3 changed files with 34 additions and 29 deletions
1
neovim/.gitignore
vendored
1
neovim/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
plugins/
|
||||
.netrwhist
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@ set wrapmargin=0
|
|||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
set cursorline
|
||||
set cursorcolumn
|
||||
|
||||
highlight ExtraWhitespace ctermbg=red guibg=red
|
||||
match ExtraWhitespace /\s\+$/
|
||||
autocmd BufWinEnter * match ExtraWhitespace /\s\+$/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue