Skip to content
Snippets Groups Projects
Commit 44113691 authored by Jens Nolte's avatar Jens Nolte
Browse files

neovim: Set colorcolumn

parent 892832cc
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ pkgs.neovim.override { ...@@ -50,6 +50,9 @@ pkgs.neovim.override {
" Wrap at word boundaries instead of splitting words at the end of the line. " Wrap at word boundaries instead of splitting words at the end of the line.
set linebreak set linebreak
" Set colorcolumn to nudge me to stay below 120 characters per line
set colorcolumn=121
" Shows the effects of a command incrementally, as you type. Also shows partial off-screen results in a preview window. " Shows the effects of a command incrementally, as you type. Also shows partial off-screen results in a preview window.
set inccommand=split set inccommand=split
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment