deshearth
Results
2
issues of
deshearth
newline_rule is not working whenever there is new pairing rule is added. For example, enter (`` gives ( ``) which is supposed to be ( `` )
### Description I am using lazy.vim to manage plugins. Is the following the correct way to add custom rules. ``` { 'windwp/nvim-autopairs', event = "InsertEnter", config = function () local...
bug