mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp/bufls: init
This commit is contained in:
parent
1adbf11900
commit
fab51138b7
2 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,11 @@ let
|
||||||
name = "biome";
|
name = "biome";
|
||||||
description = "Biome, Toolchain of the Web";
|
description = "Biome, Toolchain of the Web";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "bufls";
|
||||||
|
description = "Prototype for a Protobuf language server compatible with Buf.";
|
||||||
|
package = pkgs.buf-language-server;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "ccls";
|
name = "ccls";
|
||||||
description = "ccls for C/C++";
|
description = "ccls for C/C++";
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
beancount.enable = true;
|
beancount.enable = true;
|
||||||
biome.enable = true;
|
biome.enable = true;
|
||||||
|
bufls.enable = true;
|
||||||
ccls.enable = true;
|
ccls.enable = true;
|
||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
clojure-lsp.enable = true;
|
clojure-lsp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue