Преглед на файлове

set case insensitive search by default

Kevin Heinicke преди 9 години
родител
ревизия
874ce6a793
променени са 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 (?)
 set softtabstop=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
 set backupdir=~/.nvim/backup//