diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-01 00:23:52 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-01 00:23:52 +0200 |
commit | 8b053433850a51fdf46dc23698e4f3e5e85b1b9e (patch) | |
tree | 65514ad532fd35198b14800b855da4e0ea9287bc /.vimrc | |
parent | 6a3196a2452895ae20c349ce237f39e4a6c9cd4b (diff) |
setup neovim
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,6 +96,7 @@ set nostartofline " Display the cursor position on the last line of the screen or in the status " line of a window set ruler +set laststatus=0 " Instead of failing a command because of unsaved changes, instead raise a " dialogue asking if you wish to save changed files. @@ -164,8 +165,7 @@ nnoremap n nzzzv nnoremap N Nzzzv colorscheme default -highlight CursorLine cterm=NONE ctermbg=NONE ctermfg=NONE guibg=NONE guifg=NONE -highlight CursorLineNr cterm=bold ctermbg=NONE ctermfg=Yellow -set cursorline +highlight CursorLineNr cterm=bold ctermfg=Yellow +highlight LineNr ctermfg=Brown "------------------------------------------------------------ |