You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup nil in NeoVim but I'm getting this message whenever I open NeoVim: Your LSP client doesn't support confirmation. You can enable autoArchive in lsp configuration.
Ok, I've just managed to solve it thanks to this random git commit I've found on google. The solutions lies in changing the lspconfig parameters of the nil_ls server. Documentation can also be found here.
require('lspconfig').nil_ls.setup {
settings= {
nix= {
flake= {
-- calls `nix flake archive` to put a flake and its output to storeautoArchive=true,
},
},
},
}
I'm trying to setup
nil
in NeoVim but I'm getting this message whenever I open NeoVim:Your LSP client doesn't support confirmation. You can enable autoArchive in lsp configuration.
Here's my configuration:
Running
nil 2023-08-09
.What am I missing here?
The text was updated successfully, but these errors were encountered: