mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 20:34:32 +02:00
plugins/lsp: add biome language server (#698)
* plugins/lsp: add biome language server * fix:typo caught by codespell * remove unnecessary package attribute Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com> --------- Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
parent
a742bd1fc4
commit
06ebef8da8
2 changed files with 6 additions and 1 deletions
|
@ -73,6 +73,7 @@
|
|||
servers = {
|
||||
astro.enable = true;
|
||||
bashls.enable = true;
|
||||
biome.enable = true;
|
||||
ccls.enable = true;
|
||||
clangd.enable = true;
|
||||
clojure-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue