feat: extras.lang.python
This commit is contained in:
parent
46126fedea
commit
95d6b47659
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue