doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

fix(comments): Update plugin call convention #404

Closed Fryuni closed 1 year ago

Fryuni commented 1 year ago

The call convention for the Comment.nvim plugin has changed on the latest version.

Previously the methods were flattened in the required object with _ separators, now they are organized in a nested structure using metatables.

NTBBloodbath commented 1 year ago

Thank you so much! :p