-
### Problem
nvim_buf_set_mark has no effect under this situation
### Steps to reproduce
* `$ echo abcdefghijk | nvim --clean -`
* `:so test.lua`
* `V`
* `:so test.lua`
test.lua
```
local ap…
-
### Problem
In my Neovim config (`init.lua`), I have the following line:
```lua
vim.o.mouse = nil
```
When I was using nvim 0.9.5, this would properly change the value of `mouse` (verifiable with…
-
Hi, I have vimpyter installed on both vim and nvim, and I have notedown version 1.5.1 installed. However, when I open a jupyter notebook, I see nothing in the vim terminal, and zc /zo doesnt find any …
-
Any idea why the background is showing up in the terminal as brown? I don't have any has('gui_running') conditionals in my .vimrc.
Here's a screenshot: https://skitch.com/kburke/fc3sd/2-vim
The left…
-
When I open sncli in uxterm I have a nice colors of the notes. However when I start editing the note in my VIM editor, then I do not see the cursor, so it is hard to edit.
If I close sncli and open…
-
### Problem
The ex-command `:undo {N}` accepts a count to jump to the change after the sequence number `{N}`. However, `vim.cmd.undo` only works with zero arguments and shows an error like
```
E510…
-
#### environment
- vim: 8.2
- vim-airline: 0.11
- OS: Ubuntu
if you are using terminal:
- terminal: Konsole
- $TERM variable: xterm
- color configuration (:set t_Co=256):
vimrc:
```
let b:…
-
### Problem
Memory that is consumed by Lua code and subsequently freed by an automatic garbage collection cycle or manually with `collectgarbage("collect")` often doesn't result in the memory used …
-
Hi,
I am using tmux for training data on a remote machine, and I naturally use tqdm do display progress. However, when I detach my tmux screen and attach again later, the progress bars go full 1-li…
-
### Problem
Using wezterm on Windows with `config.term = "wezterm"` results in the cursor not correctly switching between block and line in modes, among other typical terminal misconfigurations.
U…
raggi updated
1 month ago