[neovim] Disable textwidth auto-formatting
This commit is contained in:
@@ -37,7 +37,7 @@ map("n", "<ESC>", "<cmd>nohlsearch<CR>")
|
||||
|
||||
-- Columns
|
||||
opt.signcolumn = "yes"
|
||||
opt.textwidth = 78 -- RFC 5322
|
||||
-- opt.textwidth = 78 -- RFC 5322
|
||||
opt.colorcolumn = "79"
|
||||
|
||||
-- Auto complete
|
||||
|
||||
Reference in New Issue
Block a user