From 493c5db8095ce5ec4f595918d5a62086279486cb Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Oct 2021 17:18:15 +0530 Subject: add statix to neovim --- programs/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'programs/neovim.nix') diff --git a/programs/neovim.nix b/programs/neovim.nix index e163d48..40f3998 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix @@ -1,5 +1,6 @@ { config , pkgs +, self , ... }: @@ -23,6 +24,8 @@ (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) completion-nvim + pkgs.statix-vim + # tpope vim-surround vim-unimpaired -- cgit v1.2.3