Jean-Luc Thumm
Jean-Luc Thumm
**Describe the solution you'd like** If you navigate away from the current working directory using something like `-`, it would be nice to have a shortcut that roots the tree...
It would make it easier to contribute if everyone was on the same page style-wise. A `.lua-format` file would be fantastic for this, or whatever other formatter you use.
Is this possible with pancurses? I looked through all the functions and couldn't find anything.
Snippet generation does not preserve the indentation level of the text that was typed. For example, take the `begin` snippet. We want this: ``` \begin{document} \begin{equation} f(x) \end{equation} \end{document} ```...
**To Reproduce** Steps to reproduce the behavior: Include the following in `settings.json`: ``` "vim.leader": "", "vim.normalModeKeyBindings": [ { "before": [ "", "a" ], "commands": [ "problems.action.showQuickFixes" ] } ] ```...
### Language server _No response_ ### Requested feature A common pattern of users' `on_attach` functions is to gate keymaps and functionality based on the server's capabilities, e.g.: ```lua if client.server_capabilities.documentHighlightProvider...
### Description If the user defined `on_attach` functions contains a `vim.api.nvim_exec2` statement (see minimum repro example below), then nvim-lspconfig will mysteriously and without error stop execution on this line and...
``` $ nvim --version NVIM v0.9.5 Build type: Release LuaJIT 2.1.1696795921 system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim" Run :checkhealth for more info ``` ``` :ChatGPT Error executing Lua...
Adds new flag `--follow-up` (`-fu`) which can be used with `--repl` and `--chat` to pull in the last one-off prompt. Implemented by keeping a `last_chat` file in the cache directory...
One annoying part of `sgpt` workflow right now is having to come up with conversation tags beforehand. Things like ChatGPT web UI will title the conversations automatically so there's no...