浏览代码

set case insensitive search by default

Kevin Heinicke 9 年之前
父节点
当前提交
2583da3652
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      nvimrc

+ 5 - 4
nvimrc

@@ -72,10 +72,11 @@ set tabstop=4  " width of tab
 " but vim-snipmate is messing up (?)
 " but vim-snipmate is messing up (?)
 set softtabstop=4
 set softtabstop=4
 set shiftwidth=4
 set shiftwidth=4
-set expandtab  " use 'tabstop' spaces instead of tab
-set colorcolumn=80  " Bar hinting for 80 chars
-set breakindent " baby, yeah!
-set mouse=a  " activate mouse support
+set expandtab " use 'tabstop' spaces instead of tab
+set colorcolumn=80 " Bar hinting for 80 chars
+set breakindent "baby, yeah!
+set mouse=a " activate mouse support
+set ignorecase " ignore case while searching
 
 
 " handling backupfiles
 " handling backupfiles
 set backupdir=~/.nvim/backup//
 set backupdir=~/.nvim/backup//