Disable nvim clipboard.

This commit is contained in:
Bartek Stalewski 2016-06-14 18:32:08 +02:00
parent 35673e6f53
commit 4b9e355fd5

View File

@ -17,7 +17,6 @@ set number
set noshowmode set noshowmode
set ruler set ruler
set laststatus=2 set laststatus=2
set clipboard+=unnamed
set ignorecase set ignorecase
set smartcase set smartcase
set backspace=eol,start,indent set backspace=eol,start,indent