summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-07 20:23:19 -0500
committerseth <[email protected]>2023-11-07 20:23:46 -0500
commit6ea322ca6bd8a393207989308d3c8b07de2ed73c (patch)
treede3556966278919c0cdb0c5aefbadb0fd0d2cf7d /neovim.nix
parent4c85b0bb985cf71e23985de647e42aaafc00b2ab (diff)
chore: use vim-just from nixpkgs
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim.nix b/neovim.nix
index 3fbe3d7..3db5a5d 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -59,7 +59,7 @@
_: nvim-treesitter.allGrammars ++ [self'.packages.tree-sitter-just]
))
nvim-ts-context-commentstring
- inputs'.getchoo.packages.vim-just
+ vim-just
# main config
self'.packages.getchvim