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 1 changed one line
Sublime Text Stuff
!!! Sublime Text 4
At line 3 added 21 lines
!! Python IDE
Install the following packages
* LSP
* LSP-pyright
* LSP-json
For LSP-pyright, node must be installed and available to python. If you use nvm, this may not be the case.
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 4 changed one line
[CategoryComputing.IDE]
[CategoryArchive.Computing.IDE]