diff --git a/flake.nix b/flake.nix index cc415af..ea5f06a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/init.lua b/init.lua index 9ea2e74..6017e65 100644 --- a/init.lua +++ b/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.