feat: make working with Pulumi in Python nicer
This commit is contained in:
parent
f603d40156
commit
d5fa2b558b
|
@ -23,6 +23,7 @@ null_ls.setup {
|
||||||
formatting.phpcbf,
|
formatting.phpcbf,
|
||||||
code_actions.gitsigns,
|
code_actions.gitsigns,
|
||||||
|
|
||||||
|
formatting.black,
|
||||||
formatting.markdownlint,
|
formatting.markdownlint,
|
||||||
formatting.prettier,
|
formatting.prettier,
|
||||||
formatting.rustywind,
|
formatting.rustywind,
|
||||||
|
|
|
@ -34,18 +34,21 @@ in {
|
||||||
postman
|
postman
|
||||||
pulumi-bin
|
pulumi-bin
|
||||||
pv
|
pv
|
||||||
|
python3Full
|
||||||
ripgrep
|
ripgrep
|
||||||
terraform
|
terraform
|
||||||
tldr
|
tldr
|
||||||
tmuxinator
|
tmuxinator
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
virtualenv
|
||||||
wget
|
wget
|
||||||
xcp
|
xcp
|
||||||
yarn
|
yarn
|
||||||
zoxide
|
zoxide
|
||||||
|
|
||||||
# LSP
|
# LSP
|
||||||
|
black
|
||||||
gopls
|
gopls
|
||||||
html-tidy
|
html-tidy
|
||||||
nodePackages."@ansible/ansible-language-server"
|
nodePackages."@ansible/ansible-language-server"
|
||||||
|
|
Loading…
Reference in a new issue