mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30: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 {
|
||||
"jmbuhr/otter.nvim",
|
||||
config = function()
|
||||
require("absolute.after.otter")
|
||||
end,
|
||||
"jmbuhr/otter.nvim",
|
||||
config = function()
|
||||
require("absolute.after.otter")
|
||||
end,
|
||||
ft = { "py", "lua" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user