[neovim] Try to get rid of astro warnings. [shell] Adds comma for Nix.

This commit is contained in:
2026-07-09 11:00:17 -07:00
parent 724d77dc57
commit be1752a5c7
3 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,9 @@ return {
-- Haskell
hls = {},
-- Copilot
copilot = { enabled = true },
copilot = {
enabled = true,
},
},
codelens = {
enable = true,

View File

@@ -2,7 +2,6 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"astro",
"bash",
"html",
"css",

View File

@@ -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