1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-11 04:56:06 +01:00
nixvim/tests/test-sources/plugins/lsp/lsp-lines.nix
2023-05-12 11:27:24 +02:00

5 lines
58 B
Nix

{
empty = {
plugins.lsp-lines.enable = true;
};
}