fix: Cleanup of a few bits in the neovim configs and reverting to the

autopairs plugin for pair completion as the snippets are not nuanced
enough at the moment (or possibly ever).
This commit is contained in:
2026-06-23 07:10:09 -05:00
parent 4d291369e3
commit e623cfdd40
4 changed files with 13 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ ls.add_snippets('all', {
pair('"', '"'),
pair('`', '`'),
}, {
type = 'autosnippets',
key = 'all_auto',
-- type = 'autosnippets',
-- key = 'all_auto',
})
-- end autopairs