aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-02-27 08:40:03 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit725d2444bcdf6567f78411cd9cbf56748c6dd3d1 (patch)
treeb3ad8dee9b15330184067987a725d58404b3fead /vimrc
parentaa6a793d00a28dd90f3b8ccee159b50d0773b1e1 (diff)
downloaddotnvim-725d2444bcdf6567f78411cd9cbf56748c6dd3d1.tar.gz
dotnvim-725d2444bcdf6567f78411cd9cbf56748c6dd3d1.zip
Cursorline off
It doesn't work great with some highlighting, so for now it's off.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 8fc4e19..46dedb9 100644
--- a/vimrc
+++ b/vimrc
@@ -24,9 +24,6 @@ set number
" always show status
set laststatus=2
-" show cursor line
-set cursorline
-
" enable mouse
set mouse=a