Šimon Mandlík
Šimon Mandlík
Hello everyone, in jldoctests I want to demonstrate two possible extensions for function TestPkg.f ````julia module TestPkg """ ```jldoctest env1; output=false function TestPkg.f() 1 end # output ``` ```jldoctest env1...
When I run e.g. `%s`, it doesn't make much sense to me to highlight everything. Could this be configures in the setup? Thanks!
This is from neovim: ```julia if 1 + 1 < 2 end if 2 > 1 + 1 end ``` and resulting nodes: ``` (if_statement) ; [1:1 - 2:3] condition:...
I'm getting this error ``` ERROR: LoadError: MethodError: no method matching parse_file(::String; check=:error) Closest candidates are: parse_file(::Any) at ~/.julia/packages/BibParser/6k5hX/src/BibParser.jl:27 got unsupported keyword argument "check" parse_file(::Any, ::Val{:BibTeX}) at ~/.julia/packages/BibParser/6k5hX/src/BibParser.jl:24 got unsupported...
### Request for other features Some LSP servers do not support `textDocument/documentColor`. This leads to warnings, and, in worse cases, crashes. For example, LS for julia crashes when receiving a...
Hi, thanks for the neat plugin! It would be cool if `windows.nvim` could also animate commands like `30
### Description Setting `full_name = true`, there is an inconsistent color of the background of the floating window, depending on `culopt` settting in neovim. ### Neovim version ```text NVIM v0.10.0-dev-2274+g1d5f86f69-Homebrew...
### Did you check docs and existing issues? - [X] I have read all the trouble.nvim docs - [X] I have searched the existing issues of trouble.nvim - [X] I...
### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. Actions like `"fold_open"` and...
Here :) https://github.com/kylechui/nvim-surround/blob/a4e30d33add8a9743b4f518b3a788b3c8e5def71/doc/nvim-surround.txt#L110