summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/design.md
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-08 11:36:00 -0400
committertriethyl <triethylammonium@pm.me>2025-08-08 11:36:00 -0400
commit0d0c8343f3bf3be022a3b7d9d2ccb0769aae95f9 (patch)
tree4bb072079ab7915e2ec8a80b66d3813a067db4ed /pkgs/custom-neovim/design.md
parent33724076b23aefea4a3af26847cb3659bd523452 (diff)
neovim: improved working with buffers (and misc)
Diffstat (limited to 'pkgs/custom-neovim/design.md')
-rw-r--r--pkgs/custom-neovim/design.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/custom-neovim/design.md b/pkgs/custom-neovim/design.md
index fcaa453..903efa5 100644
--- a/pkgs/custom-neovim/design.md
+++ b/pkgs/custom-neovim/design.md
@@ -10,15 +10,14 @@
## Todo
-- add quick window switcher plugin
-- make tabby run on highlight groups
-- add modified tags to tabby
-- prevent dropbar filename from truncating
- 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 splits automatically equalize when window resized
-- add arrows to <C-w> binds
- make lazyvim launch with default shell bash
- make mini.git run commands from cwd instead of git root
-- make nix file autoindent work properly (maybe remove smartindent?)
- add more binds to mini.files
+- make autocomplete accept the current completion when I resume typing
+- Add LSP status to status bar
+
+## Todo if possible
+- make splits automatically equalize when window resized
+- prevent dropbar filename from truncating