From 75524e63753fcd94fddd5cc9bfc6a002f4590572 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Wed, 24 Jan 2024 15:32:57 -0500 Subject: [PATCH] chore: migrate to community forked null-ls --- home.nix | 3 ++- nvim/default.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 54c7862..e72925a 100644 --- a/home.nix +++ b/home.nix @@ -26,13 +26,14 @@ in # Global Packages home.packages = with pkgs; [ (nerdfonts.override { fonts = [ "Meslo" ]; }) + android-tools + awscli2 bashInteractive google-cloud-sdk htop imagemagick k9s kubectl - android-tools mosh neofetch pre-commit diff --git a/nvim/default.nix b/nvim/default.nix index 29f51e9..32e2290 100644 --- a/nvim/default.nix +++ b/nvim/default.nix @@ -34,7 +34,7 @@ in leap-nvim # Quick Movement markdown-preview-nvim # Markdown Preview neo-tree-nvim # File Explorer - null-ls-nvim # Formatters + none-ls-nvim # Formatters numb-nvim # Peek / Jump to Lines nvim-autopairs # Automatically Close Pairs (),[],{} telescope-fzf-native-nvim # Faster Telescope