|
I apologize if my question is low level. (I have never actually configued nvim in lua). null-ls.nix |
Answered by
NotAShelf
Nov 15, 2024
Replies: 1 comment
|
Using P.S. The null-ls module has a |
0 replies
Answer selected by
C4E5G3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
extraPluginsto configure none-ls will conflict with the internal implementation in most cases, because language modules implicitly depend on it. Make sure to check if null-ls is properly disabled (and that you understand the consequences of having it disabled).P.S. The null-ls module has a
sourcesoption.