summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/design.md
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-13 22:40:29 -0400
committertriethyl <triethylammonium@pm.me>2025-08-13 22:40:29 -0400
commitad1329bf205454a8b13110475687775a8456f787 (patch)
tree84c72324a46915cefd7eb7cd6b3583c1eeaf03f7 /pkgs/custom-neovim/design.md
parent0f588b826771f4843e28531cb503403a0785ae57 (diff)
neovim: bunch of stuff
Diffstat (limited to 'pkgs/custom-neovim/design.md')
-rw-r--r--pkgs/custom-neovim/design.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/custom-neovim/design.md b/pkgs/custom-neovim/design.md
index 85cbf7c..4dba97e 100644
--- a/pkgs/custom-neovim/design.md
+++ b/pkgs/custom-neovim/design.md
@@ -10,15 +10,17 @@
## Todo
-- Switch from dropbar to incline
- make lazyvim launch with default shell bash
-- make mini tabline compatible with more colorschemes
- add quick window switch plugin
-- switch to maple mono font
-- add force buffer delete key
-- profile and optimize
+- replace nvim-cmp with blink.cmp
+- add markview
+- make statusline cwd depend on the neovim window and not focused window
+- add key to open new session
+- make clearing buffers reload the tab bar
+- add keybind to go to the previous file (maybe <leader>L)
## Todo if possible
+- switch to maple mono font
- make splits automatically equalize when window resized
- prevent dropbar filename from truncating
- make mini.git run commands from cwd instead of git root