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:
@@ -1,6 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
"jmbuhr/otter.nvim",
|
"jmbuhr/otter.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require("absolute.after.otter")
|
require("absolute.after.otter")
|
||||||
end,
|
end,
|
||||||
|
ft = { "py", "lua" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user