config/lvim/ftplugin/lua.lua (view raw)
1 2 3 4 5 6 7 8 9
lvim.format_on_save = true lvim.lang.lua.formatters = { { exe = "stylua" }, } lvim.lang.lua.linters = { -- { exe = "luacheck" }, -- { exe = "selene" }, }