fix: add py and nodejs interps to neovim, this allows pyright to be happy via Mason

bleed
htran 2023-10-05 11:31:23 -07:00
parent 6a5d2b9358
commit a2f0cc9ff4
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
pkgs.go # doesn't work, Mason installs from runtime path pkgs.go # doesn't work, Mason installs from runtime path
# Helps Mason on requirements of manual interpreter installations
pkgs.nodejs
pkgs.python3
# Language-specific stuffs # Language-specific stuffs
pkgs.python3Packages.pylint pkgs.python3Packages.pylint
pkgs.python3Packages.flake8 pkgs.python3Packages.flake8