feat(neovim): add tree-sitter-pest support and refactor configurations
This commit is contained in:
7
home/programs/neovim.nix
Normal file
7
home/programs/neovim.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
programs.nixvim =
|
||||
{
|
||||
enable = true;
|
||||
}
|
||||
// (import ./../../neovim {inherit pkgs;});
|
||||
}
|
||||
Reference in New Issue
Block a user