julia-vim
julia-vim copied to clipboard
Vim support for Julia.
Currently, function chaining gets no indent: ```julia myvariable = readline(infile) |> collect |> a -> reshape(a, (9, 9)) |> permutedims ``` Something like what's below would be preferable, as with...
I'm using coc as an LSP engine, and it has a number of semantic highlighting groups that are useful. I have added a few of them as links to my...
Hi! I am not sure if this can be improved (it can be something related to Vim itself), but the performance while moving the cursor in the lines of this...
# Notes For more details, see fannheyward/coc-julia#194. Note that it is revealed that the error occurs when using `coc-julia` with `julia-vim`. # Summary I don't know since when the autocompletion...
This introduces a mode (activated with the option `let g:latex_to_unicode_smart_tab = 1`) in which the `` and `` keys can be used to navigate the menu suggestions produced by the...
It would be helpful to have an option to allow this type of indentation. For example: ```julia a_quite_long_function_definition(with, a, number, of, variables) = condition_1 ? value_1 : condition_2 ? value_2...
Apologies if already raised elsewhere, I did try to search open and closed issues and could not find anything related. I am using the latest version of Neovim (0.4.4), the...
This *should* be relatively simple, and it works fine for R or matlab, but not both! - removing either `syntax include` line allows the other to work - and it...
Proper highlighting etc. of comments like these: ```julia x=2 #= comment explaining the code more comments =# y=2x ```
Would it be possible to apply some Markdown highlighting to docstrings? (Not sure how straightforward this would be; just thinking it would be quite useful, or at least nice :-)