From d4ac87b6c916c2dd2f809cfff4ebe36abfb50123 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 20 Feb 2026 11:49:52 +0000 Subject: [PATCH] Add mojo filetype settings --- after/ftplugin/mojo.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/ftplugin/mojo.lua diff --git a/after/ftplugin/mojo.lua b/after/ftplugin/mojo.lua new file mode 100644 index 0000000..5614513 --- /dev/null +++ b/after/ftplugin/mojo.lua @@ -0,0 +1,4 @@ +vim.opt.expandtab = true +vim.opt.tabstop = 8 +vim.opt.shiftwidth = 4 +vim.opt.softtabstop = 4