mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
trouble.nvim: init
This commit is contained in:
parent
fb22debb36
commit
4f08c8a4bf
4 changed files with 39 additions and 6 deletions
|
@ -61,6 +61,15 @@
|
|||
plugins.lsp-lines.enable = true;
|
||||
};
|
||||
|
||||
trouble = build {
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers.clangd.enable = true;
|
||||
};
|
||||
|
||||
plugins.trouble.enable = true;
|
||||
};
|
||||
|
||||
issue-40 = build-stable {
|
||||
plugins = {
|
||||
nix.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue