From ac060490c21786e309ee55500c1195362c989a8b Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Thu, 12 Mar 2026 17:35:50 -0400 Subject: tnsl support --- lua/cshift/opt.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/cshift/opt.lua') 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" + -- cgit v1.2.3