diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:59:49 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-22 23:59:49 +0200 |
| commit | d2079c203d70cc06e8582b18be1ce440a4c258b8 (patch) | |
| tree | 1d6f5cdad530efa33f59b540bc024bebacfed434 /.config/nvim/lua/user/opts.lua | |
| parent | 46936e70d43e8dc4cec47c91934a11aaed23bc50 (diff) | |
| parent | dac9bf1c1349e36b1505ec76cc9a27483260c6be (diff) | |
| download | dotfiles-d2079c203d70cc06e8582b18be1ce440a4c258b8.tar.gz dotfiles-d2079c203d70cc06e8582b18be1ce440a4c258b8.zip | |
Merge commit '1dd11b69817773b95aae20c58a1ded265593e058'
Diffstat (limited to '.config/nvim/lua/user/opts.lua')
| -rw-r--r-- | .config/nvim/lua/user/opts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/opts.lua b/.config/nvim/lua/user/opts.lua index 57b2949..ce12c8c 100644 --- a/.config/nvim/lua/user/opts.lua +++ b/.config/nvim/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 |
