[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 -- Haskell
hls = {}, hls = {},
-- Copilot -- Copilot
copilot = { enabled = true }, copilot = {
enabled = true,
},
}, },
codelens = { codelens = {
enable = true, enable = true,

View File

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

View File

@@ -11,10 +11,13 @@
# a system or working with other shell commands. Packages more specific to # a system or working with other shell commands. Packages more specific to
# development can be in development configs. # development can be in development configs.
home.packages = with pkgs; [ home.packages = with pkgs; [
# Package management
comma # Runs commands without having to install them
# System # System
htop htop
btop btop
psmisc # fuser, killal, pstree psmisc # fuser, killall, pstree
# Session management # Session management
tmux tmux