Course Lessons
Free Trial: 4 lessons remaining
Unlock Full Access
Null-LS + Linters
Estimated time: 5 minutes
null-ls
is a plugin for Neovim that allows you to hook external tools like linters, formatters, and code actions into the Neovim LSP client. This means you can use these tools as if they were language servers, providing a unified interface for managing code quality and formatting. null-ls
was truly a game change with integrating linters/formatters with neovim.
the only issue with null-ls
is that its been deprecated.
OR HAS IT?
...well, yes it has. BUT you can use a fork of null-ls
that provides all the same functionality and is actively maintained! This fork, is called none-ls
By using none-ls
we can achieve the same greatness we had with null-ls
You've completed this lesson!
You completed this lesson less than a minute ago.