1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 16:02:48 +01:00
nixvim/tests/test-sources/plugins/by-name/ltex-extra/default.nix
2024-09-09 14:34:18 -05:00

8 lines
101 B
Nix

{
empty = {
plugins = {
lsp.enable = true;
ltex-extra.enable = true;
};
};
}