8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d23b6b commit 1b7dd82Copy full SHA for 1b7dd82
src/config/nvim/init.vim
@@ -98,6 +98,8 @@ set synmaxcol=2500 " Limit syntax highlighting (this
98
" avoids the very slow redrawing
99
" when files contain long lines).
100
101
+set textwidth=72 " Wrap text at column 72
102
+
103
set tabstop=4 " ┐
104
set softtabstop=4 " │ Set global <TAB> settings.
105
set shiftwidth=4 " │
src/config/vim/vimrc
@@ -99,6 +99,8 @@ set synmaxcol=2500 " Limit syntax highlighting (this
106
0 commit comments