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

Hi there, this could absolutely be because I'm a complete vim noob, but `vaj` does not seem to be working correctly for me. Given this example: ```julia module Test greet()...

Disclaimer: Sorry if this is not accurate, I am not very familiar with vim/neovim internals. On NeoVIM, [the value of `shiftwidth` should be inferred from EditorConfig's `indent_size`](https://github.com/neovim/neovim/blob/8744ee8783a8597f9fce4a573ae05aca2f412120/runtime/doc/editorconfig.txt#L48-L51), but it appears...

![image](https://github.com/JuliaEditorSupport/julia-vim/assets/40481594/047fb466-73cc-4ab1-a4ae-e55d6acec610)

julia-vim syntax highlighting is incompatible with rainbow parenthesis/brackets: https://github.com/luochen1990/rainbow rainbow is compatible with the syntax highlighting that comes with vim for other languages but with julia-vim within function blocks it...

Hi, I noticed julia-vim adds a significant delay (around 700 ms) when starting nvim. Here's a section of `vim --startuptime`: ``` 132.174 003.459: reading ShaDa 132.344 000.169: opening buffers 133.648...

I feel like this issue must have been opened in the past but I could't find it. So feel free to close it if it has. Basically since Julia 1.6...

Highlighting of search result seems to yield lag/high CPU load when moving. MWE: In Nemo.jl, open `src/flint/fmpq_poly.jl` and search for `ZZRingElem`. Then try to scroll down and lag should appear.

I found that K mapping for referring to documents has broken after julia updated to 1.11.x. This patch should recover the functionality.