https://github.com/randy3k/lsp-julia
Julia config for Sublime Text LSP
https://github.com/randy3k/lsp-julia
julia language-server sublime-text
Last synced: about 1 month ago
JSON representation
Julia config for Sublime Text LSP
- Host: GitHub
- URL: https://github.com/randy3k/lsp-julia
- Owner: randy3k
- Created: 2018-04-26T20:38:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T14:12:42.000Z (almost 7 years ago)
- Last Synced: 2025-06-19T08:45:15.579Z (about 1 year ago)
- Topics: julia, language-server, sublime-text
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Clone it to your Sublime Text Packages directory.
```
# mac
git clone https://github.com/randy3k/LSP-julia.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/LSP-julia
# linux
git clone https://github.com/randy3k/LSP-julia.git ~/.config/sublime-text-3/Packages/LSP-julia
```
`LSP-julia` also depends on a the current version of [LSP](https://github.com/tomv564/LSP).