From dac9bf1c1349e36b1505ec76cc9a27483260c6be Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 22 Jan 2023 23:59:49 +0200 Subject: Squashed '.config/nvim/' changes from 52469dc..e18107b e18107b Changed colorscheme cb3bbf6 Add zsh own icon b94e51d Add wezterm to config find function e564f7b Comment out text width setting 9c8462c Add how to find mappings/default mappings 486b7f9 Allowed searching of gitignore private notes git-subtree-dir: .config/nvim git-subtree-split: e18107bd533a17c8a3b37fe3fc6b0b5d17d4bd30 --- lua/user/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/opts.lua') 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 -- cgit v1.2.3