mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(otter.lua): fix indentation and spacing for better code readability
feat(otter.lua): add file type (ft) configuration for Python and Lua files
This commit is contained in:
@@ -3,4 +3,5 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
require("absolute.after.otter")
|
require("absolute.after.otter")
|
||||||
end,
|
end,
|
||||||
|
ft = { "py", "lua" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user