mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
5 lines
165 B
Lua
5 lines
165 B
Lua
local status_ok, indent_o_matic = pcall(require, "indent-o-matic")
|
|
if status_ok then
|
|
indent_o_matic.setup(astronvim.user_plugin_opts "plugins.indent-o-matic")
|
|
end
|