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/default.nix | 1 + programs/neovim.nix | 3 +++ 2 files changed, 4 insertions(+) (limited to 'programs') diff --git a/programs/default.nix b/programs/default.nix index 8efcdf9..74a6ad2 100644 --- a/programs/default.nix +++ b/programs/default.nix @@ -1,6 +1,7 @@ { config , pkgs , theme +, self , ... }: 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