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-cs-fixer
phpactor
pyright
ripgrep
ruff
stdenv.cc.cc
stylelint
stylua
@ -255,6 +257,9 @@
markdown-preview-nvim
render-markdown-nvim
# Python
neotest-python
# Custom
rose-pine
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.nushell' },
{ import = 'lazyvim.plugins.extras.lang.php' },
{ import = 'lazyvim.plugins.extras.lang.python' },
-- These need to be after extras to prevent extras from overwriting them.