aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/nvim-lint (unfollow)
Commit message (Collapse)Author
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Style(treewide): Format all lua-files makes lua ➛ nix easierSoispha
The files were formatted according to the `.editorconfig` file and with the formatter from [this](1) repo, as it's the only one that fully understands all keys in the `.editorconfig` file. The formatting was chosen in this special (and honestly unconventional) way because moving code from lua to nix is now easier, as the syntax is nearly identical in some places.
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-25Fix(hm/conf/neovim/plugins): Move raw plugins to their config dirsSoispha
2023-08-19Fix(hm/conf/neovim): Fully import nvim config through nixVimSoispha