diff options
-rwxr-xr-x | .config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index fcf0c80..7baf9bc 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -189,6 +189,7 @@ set splitbelow " new split panes will split to below and right | |||
189 | set splitright | 189 | set splitright |
190 | set cursorline " highlight the current line | 190 | set cursorline " highlight the current line |
191 | set relativenumber " current line actual number, rest are relative | 191 | set relativenumber " current line actual number, rest are relative |
192 | set noshowmode " we are already using airline, don't clobber linter messages | ||
192 | 193 | ||
193 | set showmatch " jump to the matching bracket briefly | 194 | set showmatch " jump to the matching bracket briefly |
194 | set hidden " move freely between buffers | 195 | set hidden " move freely between buffers |