From 1f9935a135fe3ec1f85d912e7ba9e20d00c57348 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 18 Jun 2022 23:56:03 +0200 Subject: vim: add null-lsp --- common/vim.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'common/vim.nix') diff --git a/common/vim.nix b/common/vim.nix index cc772c3..24afca9 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -127,6 +127,7 @@ let vim-abolish vim-oscyank comment-nvim + null-ls-nvim ] ++ config.vim.extraPlugins; }; }; @@ -182,8 +183,13 @@ in }; }; - environment.systemPackages = with pkgs; [ + environment.systemPackages = with pkgs.unstable; [ myNeovim + + deadnix + statix + # TODO: add global vale config + vale ]; environment.sessionVariables = { -- cgit v1.2.3