neovim-flake/modules/plugins/treesitter/ts-textobjects/default.nix

7 lines
62 B
Nix
Raw Normal View History

2025-05-08 18:52:16 -06:00
{
imports = [
./textobjects.nix
./config.nix
];
}