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