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

12
tests/flake.lock generated
View file

@ -97,12 +97,12 @@
},
"locked": {
"lastModified": 0,
"narHash": "sha256-3m9eDTuaK9RS8HpctJwSu1wnyx5/CILSGppr+6OjTPw=",
"path": "/nix/store/pp50jx20wrkbrkv3mxkwzckciy8xcqy2-source",
"narHash": "sha256-b5FuoFQsTCgKsVTQS13qmFnMmVotIQWtcjPu+WT6ubo=",
"path": "/nix/store/m90wvnc3d4rci36q0r0j7d2i1sk35cgy-source",
"type": "path"
},
"original": {
"path": "/nix/store/pp50jx20wrkbrkv3mxkwzckciy8xcqy2-source",
"path": "/nix/store/m90wvnc3d4rci36q0r0j7d2i1sk35cgy-source",
"type": "path"
}
},
@ -116,12 +116,12 @@
},
"locked": {
"lastModified": 0,
"narHash": "sha256-3m9eDTuaK9RS8HpctJwSu1wnyx5/CILSGppr+6OjTPw=",
"path": "/nix/store/pp50jx20wrkbrkv3mxkwzckciy8xcqy2-source",
"narHash": "sha256-b5FuoFQsTCgKsVTQS13qmFnMmVotIQWtcjPu+WT6ubo=",
"path": "/nix/store/m90wvnc3d4rci36q0r0j7d2i1sk35cgy-source",
"type": "path"
},
"original": {
"path": "/nix/store/pp50jx20wrkbrkv3mxkwzckciy8xcqy2-source",
"path": "/nix/store/m90wvnc3d4rci36q0r0j7d2i1sk35cgy-source",
"type": "path"
}
},

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;