mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
flake.lock: Update
This commit is contained in:
parent
63db4990bd
commit
e688754854
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,9 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
sourcekit.enable = true;
|
# As of 2023-12-13, sourcekit-lsp is broken
|
||||||
|
# TODO: re-enable this test when fixed
|
||||||
|
sourcekit.enable = false;
|
||||||
svelte.enable = true;
|
svelte.enable = true;
|
||||||
tailwindcss.enable = true;
|
tailwindcss.enable = true;
|
||||||
taplo.enable = true;
|
taplo.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue