julia-vim icon indicating copy to clipboard operation
julia-vim copied to clipboard

Vim support for Julia.

Results 49 julia-vim issues
Sort by recently updated
recently updated
newest added

`Weave.jl` can use either a markdown (`.jmd`) or script (`.jl`) format. When using the script format, any comment line written as `#'` or `#%%` is considered a "document" line as...

This has already been committed to the Vim repo. vim/vim@d592deb336523a5448779ee3d4bba80334cff1f7

Also adds the standard "All files" filter to allow for finding filetypes other than Julia from the file dialog.

The[ Vim 9 release is imminent](https://groups.google.com/g/vim_dev/c/MZ6rPH4PXYY) and it would nice if the latest version of this project could be included.

Is this even possible? Would save me copy and pasting the gifs filename into a terminal every time

Would be nice to have a highlight group for `Foo` in ``` struct Foo end mutable struct Foo end abstract type Foo end primitive type Foo 64 end ``` linked...

It would be great to support julia code blocks in Weave.jl jmd files. Code highlighting inside blocks would of course be great, but simple things like completing latex would also...

I've recently started using [wilder.nvim](https://github.com/gelguy/wilder.nvim) but I've temporarily had to set ``` vim.g.latex_to_unicode_tab = "off" ``` because it is breaking a tab functionality that wilder has (it would insert a...

This is a bit of an ambitious feature request, but I wanted to at least get it documented. A while ago I asked for a feature in which I could...

Without julia-vim: https://user-images.githubusercontent.com/75968004/162108660-5255620a-0519-4c9b-9db9-8d1eb75f5f47.mp4 With julia-vim: https://user-images.githubusercontent.com/75968004/162109320-a5c4c1a1-8df3-4410-988b-0933403bde15.mp4 In the below video, autocomplete is broken in `.jl` file, but when I switch to `.vim` file the snippet is fine, and when come...