blob: 4dba97e757eec97918aee60df8eefcfd177f022e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Design
## Desired Features
- Clean LSP Setup
- Searchable Keybinds
- Which-key (or something similar)
- Good terminal multiplexing
- Sessions
## Todo
- make lazyvim launch with default shell bash
- add quick window switch plugin
- 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
- make custom carbon colorscheme
|