diff options
Diffstat (limited to 'Common')
-rwxr-xr-x | Common/nvim/lua/basic.lua | 8 |
1 files changed, 0 insertions, 8 deletions
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 |