plugins/treesitter: move nvim-treesitter-context to its own dir

This commit is contained in:
raf 2024-04-23 16:08:36 +03:00
commit 495e7620d2
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 97 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./context.nix
./config.nix
];
}