Add python + LSP + gitlab-ci-local tool

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent 82d5a313c4
commit db76feed3e

View File

@ -11,7 +11,6 @@ nix_packages=(
"jq"
"yq"
"ruby"
"shellcheck"
# Neovim + Plugin dependencies
@ -24,9 +23,12 @@ nix_packages=(
"yaml-language-server" # Yaml
"lua-language-server" # Lua
"solargraph" # Ruby
"python3Packages.python-lsp-server" # Python
# ProgrammingLanguages
"lua52Packages.lua"
"ruby"
"python3"
"pass"
"gnupg"
@ -40,6 +42,7 @@ nix_packages=(
"kubectl"
"kubernetes-helm"
"rancher"
"gitlab-ci-local"
# Remote programming tools
"lemonade"