Use nvim-treesitter packages from nixpkgs

This commit is contained in:
2023-05-06 10:49:34 +01:00
parent 2492248111
commit 3b7052b6d8
2 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,8 @@ in {
zig
]
))
nvim-treesitter-context
nvim-treesitter-textobjects
nvim-lspconfig
];
};
@ -129,4 +131,4 @@ in {
v = "nvim";
};
};
}
}