-
I use `zsh`, and I use its `vi`-mode bindings. As such, when I press `` within the ToggleTerm, the shell captures the `` keypress and puts me into edit mode in the shell, but leaving me in insert mode…
-
So when I open the terminal I an literally see everything on the neovim window behind the terminal. I have messed with the shading and shade factor to no avail. What setting do I need to adjust to mak…
jjuel updated
2 years ago
-
open a file ,cannot write
-
Hi. Sorry to be creating an issue, but I am new to Neovim (trying to migrate from VSCode) and have a few questions about this plugin... Hopefully, you can help me out? Couldn't find these answers in t…
-
**Describe the bug**
After compiling the neovide with [1116](https://github.com/neovide/neovide/pull/1116#issue-1092118434) included i started noticing several issues:
1. The height value(h11) b…
ghost updated
2 years ago
-
# Not rendering partly previous log when toggling the terminal
Hi, I'm using this plugin to comfortable dev-life.
When I toggle a terminal, part of the previous output isn't shown, and command-lin…
-
### Self Checks
- [x] I'm using the latest lualine.
- [x] I didn't find the issue in exsisting issues or prs.
### How to reproduce the problem
Just update to the latest `lualine.nvim`
…
-
### Description
![W(F7JDNO%XI%5OSZSS6V1LO](https://user-images.githubusercontent.com/58101943/169314015-9eb6aa09-f54c-4bb6-ac86-0be342877be7.png)
### Neovim version
```markdown
NVIM v0.7.0
Build…
myzjy updated
2 years ago
-
The `on_open` hook doesn't take effect.
Steps to reproduce:
1. with the following config
2. execute `:lua require('telescope').extensions.asynctasks.all()`
3. select the item
Expect: The term…
-
I'm currently trying to configure an nvim plugin that involves using the function `nvim_buf_set_keymap`.
Using aniseed, I'm exporting nvim to use that function. However, it looks like the function do…