summaryrefslogtreecommitdiff
path: root/lua/cshift/opt.lua
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-03-12 17:35:50 -0400
committerKai Gunger <kgunger12@gmail.com>2026-03-12 17:35:50 -0400
commitac060490c21786e309ee55500c1195362c989a8b (patch)
tree6ca093438a34b91bab109ed563c0a2bc5629ee2c /lua/cshift/opt.lua
parentcf005f2dac0cf8ff13aac543ae2cfdfcf53ca45b (diff)
tnsl supportHEADmain
Diffstat (limited to 'lua/cshift/opt.lua')
-rw-r--r--lua/cshift/opt.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/cshift/opt.lua b/lua/cshift/opt.lua
index 1de61d9..4ac37af 100644
--- a/lua/cshift/opt.lua
+++ b/lua/cshift/opt.lua
@@ -1,6 +1,9 @@
vim.opt.number = true
vim.opt.relativenumber = true
+vim.opt.list = true
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
+vim.opt.filetype = "on"
+