summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-02 21:30:30 -0500
committerseth <[email protected]>2024-02-03 21:17:09 -0500
commit554532d06bc14d9a88d2c32739f2a84c1ad00626 (patch)
treef1871d19a88dc75feb5e622866fe5ca7df9b271d /neovim.nix
parent493bce88a36589a2c7d4eee194c7546c54aa3f03 (diff)
use tree-sitter-just from upstream nixpkgs
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/neovim.nix b/neovim.nix
index 70727cd..bf7400a 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -5,7 +5,7 @@ self: {
}: let
config = pkgs.vimUtils.buildVimPlugin {
pname = "neovim-config";
- version = builtins.substring 0 8 self.lastModifiedDate or "dirty";
+ version = builtins.substring 0 8 self.rev or self.dirtyRev or "dirty";
src = null;
@@ -47,16 +47,12 @@ self: {
lualine-nvim
mini-nvim
- neo-tree-nvim
telescope-nvim
# dependent on >
plenary-nvim
- (
- nvim-treesitter.withPlugins (_:
- nvim-treesitter.allGrammars ++ [self.packages.${pkgs.system}.tree-sitter-just])
- )
+ nvim-treesitter.withAllGrammars
nvim-ts-context-commentstring
nvim-ts-autotag
vim-just