mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-05 06:44:33 +02:00
8 lines
101 B
Nix
8 lines
101 B
Nix
{
|
|
empty = {
|
|
plugins = {
|
|
lsp.enable = true;
|
|
ltex-extra.enable = true;
|
|
};
|
|
};
|
|
}
|