From eaf4ca6b91de4e3efceb092a17b97503cdaa05cd Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 6 May 2024 16:11:37 +0200 Subject: Remove non-default settings from tmux --- Common/nvim/lua/basic.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Common/nvim/lua/basic.lua') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 138d8a1..f5bf3a2 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -1,7 +1,3 @@ ---[[ - General ---]] - vim.opt.autoread = true vim.opt.formatoptions:remove("t") vim.opt.path:append("**") @@ -12,10 +8,6 @@ vim.opt.showmatch = true vim.opt.swapfile = false vim.opt.smartindent = true ---[[ - Convenience stuff ---]] - -- Default to the "modern normal" vim.opt.expandtab = true vim.opt.shiftwidth = 4 -- cgit v1.2.3