Add python + LSP + gitlab-ci-local tool
This commit is contained in:
parent
c2e40ce9df
commit
f72d1050d3
@ -11,7 +11,6 @@ nix_packages=(
|
|||||||
"jq"
|
"jq"
|
||||||
"yq"
|
"yq"
|
||||||
|
|
||||||
"ruby"
|
|
||||||
"shellcheck"
|
"shellcheck"
|
||||||
|
|
||||||
# Neovim + Plugin dependencies
|
# Neovim + Plugin dependencies
|
||||||
@ -24,9 +23,12 @@ nix_packages=(
|
|||||||
"yaml-language-server" # Yaml
|
"yaml-language-server" # Yaml
|
||||||
"lua-language-server" # Lua
|
"lua-language-server" # Lua
|
||||||
"solargraph" # Ruby
|
"solargraph" # Ruby
|
||||||
|
"python3Packages.python-lsp-server" # Python
|
||||||
|
|
||||||
# ProgrammingLanguages
|
# ProgrammingLanguages
|
||||||
"lua52Packages.lua"
|
"lua52Packages.lua"
|
||||||
|
"ruby"
|
||||||
|
"python3"
|
||||||
|
|
||||||
"pass"
|
"pass"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
@ -40,6 +42,7 @@ nix_packages=(
|
|||||||
"kubectl"
|
"kubectl"
|
||||||
"kubernetes-helm"
|
"kubernetes-helm"
|
||||||
"rancher"
|
"rancher"
|
||||||
|
"gitlab-ci-local"
|
||||||
|
|
||||||
# Remote programming tools
|
# Remote programming tools
|
||||||
"lemonade"
|
"lemonade"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user