neovim: Increase line length to 128

This commit is contained in:
Peter Cai 2022-08-08 09:47:40 -04:00
parent ca122389bd
commit ad5f634ba5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ colorscheme gruvbox
" Miscellaneous boilerplate
set nocompatible " Disable vi compatibility
set ignorecase
set cc=80 " 80 characters
set cc=128 " 128 characters
set noswapfile
set backupdir=~/.cache/nvim
set cursorline " Highlight current line