[fix] nixvim: rollback to nixpkgs-stable
See [nixvim/#1699][1] for context. [1]: <https://github.com/nix-community/nixvim/issues/1699>
This commit is contained in:
parent
f30f93283e
commit
63f529704d
3 changed files with 6 additions and 4 deletions
|
@ -134,13 +134,13 @@
|
|||
enable = true;
|
||||
servers = {
|
||||
bashls.enable = true;
|
||||
# clangd.enable = true;
|
||||
# clangd.enable = true; # Adds ~2GiB
|
||||
html.enable = true;
|
||||
jsonls.enable = true;
|
||||
nil-ls.enable = true;
|
||||
ruff-lsp.enable = true;
|
||||
taplo.enable = true;
|
||||
texlab.enable = true;
|
||||
# texlab.enable = true; # Not writing TeX rn
|
||||
typos-lsp.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue