-
I apologize if my question is low level. (I have never actually configued nvim in lua). null-ls.nix
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Using P.S. The null-ls module has a |
Beta Was this translation helpful? Give feedback.
Using
extraPlugins
to 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
sources
option.