summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-07-18 10:29:28 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-07-18 10:29:28 -0400
commit545cd9f35f341d907e42ae3a50594bd2288ebb0a (patch)
treec94cc432f584b98635c4ea38de30a37054b13c90 /.config
parentUse hard constrast gruvbox dark (diff)
downloadsrc-545cd9f35f341d907e42ae3a50594bd2288ebb0a.tar.gz
src-545cd9f35f341d907e42ae3a50594bd2288ebb0a.zip
Disable cursorline
Diffstat (limited to '')
-rw-r--r--.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index fd641499..a29fa15c 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -9,7 +9,7 @@ set undofile
 set title
 set ruler showcmd
 set scrolloff=1
-set number cursorline colorcolumn=80,100
+set number colorcolumn=80,100
 set list listchars=tab:»·,trail:·
 
 nmap <leader><leader> :nohlsearch<CR>
1-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe