supermaven-inc / supermaven-nvim

The official Neovim plugin for Supermaven
https://supermaven.com/
MIT License
279 stars 16 forks source link

feat(#24): added linting and formatting rules #25

Open AlejandroSuero opened 1 month ago

AlejandroSuero commented 1 month ago

Changes made

AlejandroSuero commented 1 month ago

I have perform the necessary fixes according to the linter's and formatter's errors and warnings.

stylua and selene warnings
AlejandroSuero commented 1 month ago

Added .editorconfig since is supported by Neovim natively and it allows for keeping the format on the files that are not lua files.