modify nvchad config to set line length to 80 chars, can format with gq

command
master
Alex 2023-06-09 00:32:08 -05:00
parent e55dbe39bc
commit accae832ca
2 changed files with 4 additions and 1 deletions

View File

@ -5,10 +5,12 @@
-- pattern = "*",
-- command = "tabdo wincmd =",
-- })
local opt = vim.opt
local opt = vim.opt --equivalent to :set
opt.tabstop = 4
opt.shiftwidth = 4
opt.expandtab = true
opt.colorcolumn = "80"
opt.textwidth = 80

View File

@ -9,4 +9,5 @@ M.general = {
-- more keybinds!
return M