From 954740d0773ff4940d691ef9349235412933b9d5 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 25 Mar 2024 21:12:12 +0530 Subject: [PATCH] feat(nvim): Added vim-speeddating --- common/nvim.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/common/nvim.nix b/common/nvim.nix index 4133b83b..4688347a 100644 --- a/common/nvim.nix +++ b/common/nvim.nix @@ -579,17 +579,20 @@ in { # Utils FTerm-nvim plenary-nvim - - pkgs.tree-sitter-grammars.tree-sitter-just - pkgs.tree-sitter-grammars.tree-sitter-nu + vim-speeddating # Testing neotest + # Helper libs webapi-vim + # Treesitter nvim_context_vt nvim-devdocs + + pkgs.tree-sitter-grammars.tree-sitter-just + pkgs.tree-sitter-grammars.tree-sitter-nu ]; }; }