-
The plugin automatically calls `zig fmt` to format the code as soon as we save the file. This can be set as option rather than the default.
When developing on large files, `zig fmt` slows down the fo…
-
I've seen this message crop up a lot lately, and while it still allows me to continue sending lines of code to the R instance, other things no longer work, like trying to open the help for a function.…
-
Using alacritty (downloaded from the appveyor link) on windows and have some issues/questions about key bindings.
1. bash shortcuts using Alt key are not working - is this expected?
I added a few …
-
### Problem description
1. Open 2 buffers
2. Close one of them through BufferLine
Ps: Using `:q` to close a buffer also closes the window. But BufferLine seems to survive the quit unlike shown be…
-
**Describe the bug**
After
- installing the latest nvim (currently v0.8.2 or v0.9.0-dev) and
- creating an exact copy of the [init.lua](https://github.com/nvim-lua/kickstart.nvim/blob/master/init…
nnako updated
2 months ago
-
### Describe the bug
While typing in a vimwiki file I regularly get an error about a missing parser
### To Reproduce
Go to a vimwiki file. Start a new line, type '--' and then start a new line, you…
-
### Your `minimal.lua` config
local root = vim.fn.fnamemodify("./.repro", ":p")
-- set stdpaths to use .repro
for _, name in ipairs({ "config", "data", "state", "cache" }) do
vim.env[("XDG_%s_…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
### Describe the bug
Opening nvim on a *.sh file (even if the file is empty or does not exist) causes an error message:
```
Error 12:56:46 PM msg_show.lua_error Error executing vim.schedule …
-
Some of my code has been untouched for quite some time, and thus, doesn't always follow the latest conventions, such as using short-hand struct initialization. I have a lot of code to maintain, and up…