summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2020-05-21 20:23:09 +0300
committerYigit Sever2020-05-21 20:23:09 +0300
commit0a03a96409f4b874419e8d8ec3c7b14abae22292 (patch)
tree7280ce338d9ed97a8c1af17d3ac061799fdceaea /.config
parent6d4d16b25301e9feb51270fb2517c94e13f76ef2 (diff)
downloaddotfiles-0a03a96409f4b874419e8d8ec3c7b14abae22292.tar.gz
dotfiles-0a03a96409f4b874419e8d8ec3c7b14abae22292.tar.bz2
dotfiles-0a03a96409f4b874419e8d8ec3c7b14abae22292.zip
don't announce insert mode in two places
Diffstat (limited to '.config')
-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