summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/design.md
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-08 11:53:06 -0400
committertriethyl <triethylammonium@pm.me>2025-08-08 11:53:06 -0400
commit283792fb3a53520f76da105b5f0b4cb8a0663b5c (patch)
tree35ead502e645f70c4f48505902c4e5abaff02a98 /pkgs/custom-neovim/design.md
parent0d0c8343f3bf3be022a3b7d9d2ccb0769aae95f9 (diff)
neovim: add extra mini.files features
Diffstat (limited to 'pkgs/custom-neovim/design.md')
-rw-r--r--pkgs/custom-neovim/design.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/custom-neovim/design.md b/pkgs/custom-neovim/design.md
index 903efa5..1c228f4 100644
--- a/pkgs/custom-neovim/design.md
+++ b/pkgs/custom-neovim/design.md
@@ -10,10 +10,8 @@
## Todo
-- add keybind to activate dropbar drop down menu
- find dropbar load autocommand and modify to work on winenter to prevent no dropbar when splitting
- make lazyvim launch with default shell bash
-- make mini.git run commands from cwd instead of git root
- add more binds to mini.files
- make autocomplete accept the current completion when I resume typing
- Add LSP status to status bar
@@ -21,3 +19,4 @@
## Todo if possible
- make splits automatically equalize when window resized
- prevent dropbar filename from truncating
+- make mini.git run commands from cwd instead of git root