mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
18 lines
264 B
Nix
18 lines
264 B
Nix
{
|
|
example = {
|
|
plugins = {
|
|
treesitter.enable = true;
|
|
neotest = {
|
|
enable = true;
|
|
|
|
adapters.java = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
ignore_wrapper = false;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|