diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-11 21:39:10 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-11 21:39:10 +0200 |
| commit | a3edd3dd308ad0fb16f276fd57b1745a87ec886f (patch) | |
| tree | a31525f2efc40a75770d0d7dcee465f3303ed305 /lua/user/opts.lua | |
| parent | b06c6316ee3ac674e32eacf6355710b78ae6b587 (diff) | |
| download | dotfiles-a3edd3dd308ad0fb16f276fd57b1745a87ec886f.tar.gz dotfiles-a3edd3dd308ad0fb16f276fd57b1745a87ec886f.zip | |
Comment out text width setting
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 57b2949..ce12c8c 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -118,7 +118,7 @@ vim.opt.backup = false -- vim.opt.backupskip = { "/tmp/*", "/private/tmp/*" } -- -- Format -vim.opt.textwidth = 80 -- +--vim.opt.textwidth = 80 -- vim.cmd([[let &t_Cs = "\e[4:3m"]]) -- Undercurl vim.cmd([[let &t_Ce = "\e[4:0m"]]) -- vim.opt.path:append({ "**" }) -- Finding files - Search down into subfolder |
