feat: extras.lang.python

This commit is contained in:
punkfairie 2025-03-09 21:06:24 -07:00
parent 46126fedea
commit 95d6b47659
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 6 additions and 0 deletions

View file

@ -124,7 +124,9 @@
php84Packages.php-codesniffer php84Packages.php-codesniffer
php84Packages.php-cs-fixer php84Packages.php-cs-fixer
phpactor phpactor
pyright
ripgrep ripgrep
ruff
stdenv.cc.cc stdenv.cc.cc
stylelint stylelint
stylua stylua
@ -255,6 +257,9 @@
markdown-preview-nvim markdown-preview-nvim
render-markdown-nvim render-markdown-nvim
# Python
neotest-python
# Custom # Custom
rose-pine rose-pine
diffview-nvim diffview-nvim

View file

@ -62,6 +62,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.nix' }, { import = 'lazyvim.plugins.extras.lang.nix' },
{ import = 'lazyvim.plugins.extras.lang.nushell' }, { import = 'lazyvim.plugins.extras.lang.nushell' },
{ import = 'lazyvim.plugins.extras.lang.php' }, { import = 'lazyvim.plugins.extras.lang.php' },
{ import = 'lazyvim.plugins.extras.lang.python' },
-- These need to be after extras to prevent extras from overwriting them. -- These need to be after extras to prevent extras from overwriting them.