m4xshen / autoclose.nvim

A minimalist Neovim plugin that auto pairs & closes brackets
MIT License
517 stars 14 forks source link

Does it possiable to add an option `enabled_filetypes`? #34

Closed ayamir closed 1 year ago

ayamir commented 1 year ago

I want to enable <> auto close for rust but it should be disabled for other filetypes because < as a comparison operator is more common.

Thanks in advance.

m4xshen commented 1 year ago

Thanks for the feedback :heart: