aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-06 16:11:37 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-05-06 16:11:37 +0200
commiteaf4ca6b91de4e3efceb092a17b97503cdaa05cd (patch)
tree3e02ec0ae5c79af7de50aa389ff24acdbe99e3cd /Common/nvim
parent03c510ab2fa66c7783e5df6d61ff6f9d40b1b2d8 (diff)
downloaddotfiles-eaf4ca6b91de4e3efceb092a17b97503cdaa05cd.tar.gz
dotfiles-eaf4ca6b91de4e3efceb092a17b97503cdaa05cd.zip
Remove non-default settings from tmux
Diffstat (limited to 'Common/nvim')
-rwxr-xr-xCommon/nvim/lua/basic.lua8
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