You've already forked dotfiles
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:
@@ -30,7 +30,7 @@ ls.add_snippets('all', {
|
||||
pair('"', '"'),
|
||||
pair('`', '`'),
|
||||
}, {
|
||||
type = 'autosnippets',
|
||||
key = 'all_auto',
|
||||
-- type = 'autosnippets',
|
||||
-- key = 'all_auto',
|
||||
})
|
||||
-- end autopairs
|
||||
|
||||
Reference in New Issue
Block a user