fix: add py and nodejs interps to neovim, this allows pyright to be happy via Mason
parent
6a5d2b9358
commit
a2f0cc9ff4
|
@ -38,6 +38,10 @@
|
|||
|
||||
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
|
||||
pkgs.python3Packages.pylint
|
||||
pkgs.python3Packages.flake8
|
||||
|
|
Loading…
Reference in New Issue