Browse Source

[nvim] Dim the colorcolumn.

master
Fredrik Ekre 4 years ago
parent
commit
b9b12a5252
  1. 5
      .vimrc

5
.vimrc

@ -44,8 +44,11 @@ call plug#end()
:highlight SignColumn guibg=NONE :highlight SignColumn guibg=NONE
"Line numbers "Line numbers
:set number relativenumber :set number relativenumber
"Column guide
" Column guide
:set colorcolumn=93 :set colorcolumn=93
:highlight ColorColumn guibg=gray5
"Misc keymappings and configurations "Misc keymappings and configurations
:imap jk <Esc> :imap jk <Esc>
:set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions

Loading…
Cancel
Save