-
**Is your feature request related to a problem? Please describe.**
When commiting from status, I'd like to be able to see line numbers. I changed the setting `disable_line_numbers` to `false`, but th…
-
### Check for existing issues
- [X] Completed
### Describe the feature
In https://github.com/zed-industries/zed/issues/5574 `ctrl-w hjkl` were set up to move between panes and `ctrl-w HJKL` t…
-
Keyboard shortcuts that mirror vim's may benefit (a significant number of?) vim users, like me.
-
- nvim --version
```
NVIM v0.4.4
Build type: Release
LuaJIT 2.1.0-beta3
Compilation:
Compiled by _nixbld2
Features: +acl +iconv +tui
```
- OS: Macos X Catalina v10.15.7
- Terminal em…
-
**Bug**
When I amend a commit, the lazygit UI shifts to the left and gets cut off (when using a floating window in neovim).
**Steps to reproduce the behavior:**
1. open lazygit in a floating wi…
-
### Problem
While in the command line window, any text being searched does not highlight in the last buffer.
### Steps to reproduce
```
nvim --clean
:e
q/a
```
```
nvim --clean
:e
q…
-
**Is your feature request related to a problem? Please describe.**
I recently started working with worktrees but when opening LazyVim inside of nvim and go to the worktree section, there is no way …
-
```
Could vim have a built-in tojson({value}) and fromjson({json}) helpers to
serialize and deserialize JSON?
JSON is used in lots of vim plugins like
https://github.com/Valloric/YouCompleteMe,
ht…
-
It'd be awesome to have a lot more suggested projects
🐞 Problem
Currently we have only a bunch of projects in project suggestions
🎯 Goal
Have a lot of project suggestions from diverse domains,…
-
I'm working on a setup where on startup my init scripts detect whether dependencies have been installed or not and having a bit of trouble getting it to do what I want.
What I have so far:
```lu…