An open API service indexing awesome lists of open source software.

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

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).