disable autoformatting of text and comments in vim
This commit is contained in:
@ -36,3 +36,9 @@ opt.showbreak = '++'
|
||||
opt.breakindent = true
|
||||
opt.linebreak = true
|
||||
opt.termguicolors = true
|
||||
|
||||
-- Remove autoformatting of
|
||||
-- 't' text using textwidth
|
||||
-- 'c' comments using textwidth
|
||||
opt.formatoptions:remove('t')
|
||||
opt.formatoptions:remove('c')
|
||||
|
||||
Reference in New Issue
Block a user