fisher-j
fisher-j
I'd also love the ability to fold header sections. In addition, it seems like the ability to interact with header levels hierarchically would facilitate useful outlining operations like moving header-sections...
I have this same problem. I enjoy using the simple website generator, but when I have too many pages in my analysis, the navbar takes up too much of the...
Thanks for responding. Just for clarification, my specific use case involves viewing large html tables for data exploration, but when viewing smaller tables, the built in Viewer is desirable. On...
The crash starts with line 13: ``` if (is.null(generator)) stop("No site generator found.") generator$render(input_file = input_file, output_format = output_format, envir = envir, quiet = quiet) ``` It crashes pretty quickly,...
I'm not very good at debugging. The farthest I got was here: ``` where 1: same_path(dir, file.path(dir, "..")) where 2: proj_root(input, "^index.R?md$", "^\\s*site:.*::.*$") where 3: doTryCatch(return(expr), name, parentenv, handler) where...
I am having nearly this same error when working with .Rmd's on windows. I have just updated languageserver. ``` Error executing vim.schedule lua callback: ...m Files\NeoVim\share\nvim\runtime/lua/vim/diagnostic.lua:430: attempt to compare string...
Still getting this error in Neovim 10 ``` Error executing vim.schedule lua callback: ...m Files\Neovim\share\nvim\runtime/lua/vim/diagnostic.lua:405: attempt to compare string with number stack traceback: ...m Files\Neovim\share\nvim\runtime/lua/vim/diagnostic.lua:405: in function 'add' ...m Files\Neovim\share\nvim\runtime/lua/vim/diagnostic.lua:422:...
I agree this should be easy to do, but I don't know how to find the greatest fold level of the document. Is there a way of querying what the...
Yes, I see you say that incremental folding and virtual_foldlevel tracking would be hard to implement. In that case, I'm can deal with working with `1zm 2zm...` On Thu, Aug...
I have a similar issue. I'm not sure if its avoidable but the powershell scripts used on windows trigger my company's security software. Meanwhile, git and other unix tools (via...