From be1752a5c7c2298571ad107f7f1abd7753db501d Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Thu, 9 Jul 2026 11:00:17 -0700 Subject: [PATCH] [neovim] Try to get rid of astro warnings. [shell] Adds comma for Nix. --- home-manager/features/neovim/config/lua/plugins/lsp.lua | 4 +++- .../features/neovim/config/lua/plugins/treesitter.lua | 1 - home-manager/features/shell.nix | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/home-manager/features/neovim/config/lua/plugins/lsp.lua b/home-manager/features/neovim/config/lua/plugins/lsp.lua index 7fc605b..4da2ba3 100644 --- a/home-manager/features/neovim/config/lua/plugins/lsp.lua +++ b/home-manager/features/neovim/config/lua/plugins/lsp.lua @@ -17,7 +17,9 @@ return { -- Haskell hls = {}, -- Copilot - copilot = { enabled = true }, + copilot = { + enabled = true, + }, }, codelens = { enable = true, diff --git a/home-manager/features/neovim/config/lua/plugins/treesitter.lua b/home-manager/features/neovim/config/lua/plugins/treesitter.lua index 95e7d0b..951fb8e 100644 --- a/home-manager/features/neovim/config/lua/plugins/treesitter.lua +++ b/home-manager/features/neovim/config/lua/plugins/treesitter.lua @@ -2,7 +2,6 @@ return { "nvim-treesitter/nvim-treesitter", opts = { ensure_installed = { - "astro", "bash", "html", "css", diff --git a/home-manager/features/shell.nix b/home-manager/features/shell.nix index 2de8f74..90193e2 100644 --- a/home-manager/features/shell.nix +++ b/home-manager/features/shell.nix @@ -11,10 +11,13 @@ # a system or working with other shell commands. Packages more specific to # development can be in development configs. home.packages = with pkgs; [ + # Package management + comma # Runs commands without having to install them + # System htop btop - psmisc # fuser, killal, pstree + psmisc # fuser, killall, pstree # Session management tmux