1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/nvim-lsp/lsp-lines.nix
2023-03-22 07:42:02 +01:00

5 lines
58 B
Nix

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