-
Building off of #383 voice commands become a lot more attractive with natural language. "Jump to the refresh function". From there, it chains elegantly into voice refactors that engage the bigger mode…
-
**Note:** Neovim installed using `pkg install neovim`, not from ports.
- `nvim --version`:
```
NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -O2 -pipe -DLIBICONV_PL…
-
Related
https://github.com/neovim/neovim/issues/14090#issuecomment-1116142242
-
I got this to work once but I don't believe it does any longer. The formatting plugin I'm referring to is:
https://github.com/sbdchd/neoformat
config:
```vim
let g:neoformat_toml_dprint = {
…
-
Obviously a low priority bug, but when opening the current directory in neovim using the terminal (e.g., using the command `nvim .`), colouring for git-status doesn't appear.
If opening fern after …
ghost updated
3 years ago
-
I had a similar issue approximately two years ago and you were able to help me. I have since switched to neovim and the (almost identical) issue has recurred, but the previous solution isn't working.
…
-
**Describe the bug**
When running `nixos-rebuild edit` as root, the default editor is ignored. It always uses nano, no matter how anything is configured.
### 👟 Reproduction steps
1. Add `progra…
awall updated
2 months ago
-
### Godot version
v4.0.dev.custom_build
### System information
Windows 10, Vulkan, GTX 780Ti
### Issue description
VScode work fine but when i debug Neovim it seems it's missing some steps when i…
-
As far as I can see, the specification does not explicitly forbid the following sequence:
1. call `textDocument/completion`
2. change the document, send `textDocument/didChange`
3. call `completionIte…
-
- `vim.cmd.next({count=1})` => `Command cannot accept count: next`
- `vim.cmd.tnext({count=1})` => `Command cannot accept count: tnext`
- `vim.cmd.tprevious({count=1})` => `Command cannot accept cou…