exp: Testing out yaml-companion plugin, moving nvim-lint to being on a

hotkey rather than on bufread and bufwrite
This commit is contained in:
2026-04-21 09:05:45 -05:00
parent 1d6b711561
commit 5426461dea
5 changed files with 45 additions and 15 deletions

View File

@@ -35,4 +35,6 @@ require('lazy').setup({
require('plugins.render-markdown'), -- Render markdown directly in nvim (experimental, may take over for markdown-preview)
require('plugins.autopairs'), -- Autocomplete symbol pairs when typing (experimental)
require('plugins.twilight'), -- Focus mode, dim lines around the current segment of code
require('plugins.yaml-companion'), -- Additional YAML and JSON schema helper
-- require('plugins.schemastore'), -- Loads YAML and JSON schemas for autocompletion
})