Files
heartbeat-60hz/.nvim.lua
T
rootiest 1deefb1d70 feat: initial commit
Initial commit including source code, readme, and license.
2026-03-02 16:10:16 -05:00

9 lines
553 B
Lua

-- ╭─────────────────────────────────────────────────────────╮
-- │ Project-specific neovim settings │
-- ╰─────────────────────────────────────────────────────────╯
-- YAML LSP Custom Tags
vim.g.custom_yaml_tags = {
"!secret", -- support ESPHome secret tags
}