Add mojo filetype settings

This commit is contained in:
2026-02-20 11:49:52 +00:00
parent ba5fd1c33b
commit d4ac87b6c9

4
after/ftplugin/mojo.lua Normal file
View File

@@ -0,0 +1,4 @@
vim.opt.expandtab = true
vim.opt.tabstop = 8
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4