mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
11 lines
153 B
Nix
11 lines
153 B
Nix
|
{
|
||
|
empty = {
|
||
|
plugins = {
|
||
|
treesitter.enable = true;
|
||
|
ts-context-commentstring.enable = true;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
# This plugin has no option
|
||
|
}
|