mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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";
|
||||
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";
|
||||
description = "ccls for C/C++";
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
bashls.enable = true;
|
||||
beancount.enable = true;
|
||||
biome.enable = true;
|
||||
bufls.enable = true;
|
||||
ccls.enable = true;
|
||||
clangd.enable = true;
|
||||
clojure-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue