julia-vim
julia-vim copied to clipboard
Vim support for Julia.
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...

Seems to work as intended.
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.