feat: initial commit

Initial commit including source code, readme, and license.
This commit is contained in:
2026-03-02 16:10:16 -05:00
commit 1deefb1d70
5 changed files with 887 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
-- ╭─────────────────────────────────────────────────────────╮
-- │ Project-specific neovim settings │
-- ╰─────────────────────────────────────────────────────────╯
-- YAML LSP Custom Tags
vim.g.custom_yaml_tags = {
"!secret", -- support ESPHome secret tags
}