Add plugin for linting
Why this change?
- There is no linter included in kickstart.
- Fixes #698
What was changed?
- Add https://github.com/mfussenegger/nvim-lint as the choice of linter. This is a popular linter that is the default linter in nvim distros such as LazyVim.
I wonder why they decided not to do things with none-ls
What do you think about including this as an optional "kickstart.plugins.lint"? I don't think everyone needs an additional linter plugin, lots of languages provide all the linting you need through the LSP (so I think it just adds noise and confusion for people who are starting off and don't realize the LSP usually gives enough info for a lot of languages).
@tjdevries sure, could do that. 👍
@tjdevries have another look now! 😄
Great PR! Linter as an optional is really the way to go! :)
Thanks for your contribution. This is what Teej suggested so I'm gonna merge it.