init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
12
config/plugins/lsp/servers/nil_ls.nix
Normal file
12
config/plugins/lsp/servers/nil_ls.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
plugins.lsp.servers = {
|
||||
nil_ls = {
|
||||
enable = true;
|
||||
# Fix error message:
|
||||
# lsp.message LSP Message (nil_ls) Some flake inputs are not available, please run `nix flake archive` to fetch them.
|
||||
# Your LSP client doesn't support confirmation. You can enable autoArchive in lsp configuration.
|
||||
# https://github.com/oxalica/nil/issues/131#issuecomment-2241281279
|
||||
settings.nix.flake.autoArchive = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue