From 1d10de72aa4c26b9963357ba57b55881e4cf88e6 Mon Sep 17 00:00:00 2001 From: iofq Date: Sat, 27 Jan 2024 15:40:50 -0600 Subject: [PATCH] add vim-nix --- plugins.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins.nix b/plugins.nix index 055b19b..ae9b05f 100644 --- a/plugins.nix +++ b/plugins.nix @@ -13,5 +13,6 @@ nvim-lspconfig nvim-treesitter.withAllGrammars nvim-treesitter-textobjects + vim-nix ]; }