Files
nvim/after/ftplugin/mojo.lua

5 lines
92 B
Lua

vim.opt.expandtab = true
vim.opt.tabstop = 8
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4