summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/nvim/init.vim1
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
189set splitright 189set splitright
190set cursorline " highlight the current line 190set cursorline " highlight the current line
191set relativenumber " current line actual number, rest are relative 191set relativenumber " current line actual number, rest are relative
192set noshowmode " we are already using airline, don't clobber linter messages
192 193
193set showmatch " jump to the matching bracket briefly 194set showmatch " jump to the matching bracket briefly
194set hidden " move freely between buffers 195set hidden " move freely between buffers