diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-03-12 17:35:50 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-03-12 17:35:50 -0400 |
| commit | ac060490c21786e309ee55500c1195362c989a8b (patch) | |
| tree | 6ca093438a34b91bab109ed563c0a2bc5629ee2c /lua/cshift/opt.lua | |
| parent | cf005f2dac0cf8ff13aac543ae2cfdfcf53ca45b (diff) | |
Diffstat (limited to 'lua/cshift/opt.lua')
| -rw-r--r-- | lua/cshift/opt.lua | 3 |
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" + |