Jannik Buhr

Results 20 issues of Jannik Buhr

once the quarto lsp is ready. Might give include things along the lines of "jump to definition" for quarto/pandoc references and other quarto concepts mapped to a language.

enhancement
waiting

I am not sure how often this is used for other places in the input file, but e.g. the `LIST` keyword of [`ISOLATED_ATOMS`](https://manual.cp2k.org/cp2k-2023_1-branch/CP2K_INPUT/FORCE_EVAL/SUBSYS/TOPOLOGY/GENERATE/ISOLATED_ATOMS.html#list_LIST). takes a range of the form `start..end`...

some lines of code that are added in the otter buffer, but are not from the main buffer. This would allow preliminary support for observablejs in quarto (https://quarto.org/docs/interactive/ojs/) by using...

to hook directly into lsp requests, which would remove the need to configure custom keybindings for otter functions by hijacking existing lsp calls. https://neovim.io/doc/user/lsp.html#lsp-events

enhancement

# Requests ## user-facing - [x] textDocument/completion - [x] textDocument/definition - [x] textDocument/hover - [x] textDocument/references - [x] textDocument/rename - [ ] textDocument/codeAction - [x] textDocument/declaration* - [ ] textDocument/documentHighlight...

e.g. when resetting a file with git and `:e` to load the changed file in the buffer.

bug

Very cool plugin! I would love to integrate this further with quarto-nvim such as using it for QuartoSendAbove etc. instead of the current `vim-slime` plugin. I'm about to merge a...

Allows this plugin to also work with bibliography files defined in a `_quarto.yml` file as used by quarto projects. refs #5

This makes it compatible with quarto cross references (https://quarto.org/docs/authoring/cross-references.html), which is built on top of pandoc but uses `-` to separate the type of the reference (like `fig` or `eq`)...

otherwise blank lines cause e.g. classes or methods to end prematurely. Need some form of bracketed paste.

bug