[neovim] Try to get rid of astro warnings. [shell] Adds comma for Nix.
This commit is contained in:
@@ -17,7 +17,9 @@ return {
|
|||||||
-- Haskell
|
-- Haskell
|
||||||
hls = {},
|
hls = {},
|
||||||
-- Copilot
|
-- Copilot
|
||||||
copilot = { enabled = true },
|
copilot = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
codelens = {
|
codelens = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user