1deefb1d70
Initial commit including source code, readme, and license.
9 lines
553 B
Lua
9 lines
553 B
Lua
-- ╭─────────────────────────────────────────────────────────╮
|
|
-- │ Project-specific neovim settings │
|
|
-- ╰─────────────────────────────────────────────────────────╯
|
|
|
|
-- YAML LSP Custom Tags
|
|
vim.g.custom_yaml_tags = {
|
|
"!secret", -- support ESPHome secret tags
|
|
}
|