1
Fork 0

Better octodns file structure

This commit is contained in:
prescientmoon 2024-10-13 02:34:34 +02:00
parent 190dde841e
commit 35bc79265c
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
33 changed files with 219 additions and 381 deletions
home/features/neovim/config/lua/my/abbreviations

View file

@ -23,8 +23,4 @@ function M.manyGlobalAbbr(abbreviations)
end
end
function M.setup()
require("my.abbreviations.global").setup()
end
return M