Skip to content

Commit

Permalink
Update home/.chezmoidata/packages.yaml
Browse files Browse the repository at this point in the history
Update home/.config/nvim/lua/plugins/lsp.lua
  • Loading branch information
gwarf committed Oct 20, 2024
1 parent d0e2f26 commit 5aabe50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions home/.chezmoidata/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ packages:
- "python"
- "py311-ansible-lint"
- "py311-black"
- "py311-debugpy"
- "py311-pyright"
- "rubygem-mdl"
- "ruff"
Expand Down
2 changes: 0 additions & 2 deletions home/private_dot_config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ return {
table.insert(opts.ensure_installed, mason_package)
end
end
-- Adde debugpy for python files
add("debugpy")
-- Skip packages installed with OS package manager
skip("ansible-lint")
skip("shfmt")
Expand Down

0 comments on commit 5aabe50

Please sign in to comment.