feat(neovim): add tree-sitter-pest support and refactor configurations
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./neovim.nix
|
||||
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
@@ -74,7 +75,6 @@
|
||||
just
|
||||
macchina
|
||||
nb
|
||||
(nixvim.makeNixvim (import ../../neovim))
|
||||
p7zip
|
||||
pandoc
|
||||
pfetch-rs
|
||||
|
||||
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