mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
Adds the `idris2` neovim plugin. Also changes `idris2-lsp` to enable this new `idris2` plugin when enabled, as it's required for `idris2-lsp` to work at all.
5 lines
55 B
Nix
5 lines
55 B
Nix
{
|
|
empty = {
|
|
plugins.idris2.enable = true;
|
|
};
|
|
}
|