nixvimConfig/plugins/ts-context-commentstring.nix

8 lines
196 B
Nix
Raw Permalink Normal View History

# homepage: https://github.com/JoosepAlviste/nvim-ts-context-commentstring
# nixvim doc: https://nix-community.github.io/nixvim/plugins/ts-context-commentstring.html
_:
{
opts.enable = true;
}