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