This page (revision-4) was last changed on 24-May-2022 04:34 by arcoleo

This page was created on 08-Nov-2019 21:05 by 204.107.141.240

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
4 24-May-2022 04:34 583 bytes arcoleo to previous
3 16-Nov-2021 20:30 575 bytes arcoleo to previous | to last
2 16-Nov-2021 19:36 375 bytes arcoleo to previous | to last
1 08-Nov-2019 21:05 53 bytes 204.107.141.240 to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 10 changed one line
For LSP-pyright, node must be installed and available to python. If you use nvm, this may not be the case. You may have to either manually add ~/.nvm/versions/node/vX/bin to your path or add it to the path just for loading Sublime.
For LSP-pyright, node must be installed and available to python. If you use nvm, this may not be the case.
At line 12 added 12 lines
To get node in your path for Sublime, ensure that
{{{export NVM_SYMLINK_CURRENT=true}}}
is in your {{~/.zshenv}} or {{~/.zshrc}}
This will create {{~/.nvm/current}}. Once you see this, go back to your {{~/.zshenv}} or {{~/.zshrc}} and add
{{{export PATH="${PATH}:${HOME}/.nvm/current/bin}}}
You're all set.
At line 13 changed one line
[CategoryComputing.IDE]
[CategoryArchive.Computing.IDE]