trouble.nvim: init

This commit is contained in:
Pedro Alves 2022-11-15 10:14:43 +00:00
parent fb22debb36
commit 4f08c8a4bf
4 changed files with 39 additions and 6 deletions

View file

@ -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;