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-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
|
||||
|
|
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.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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue