blob: 9e9f86f51edd7cd7b9b0f3dfc8dbd3473ad02f92 (
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
|
# Design
## Desired Features
- Clean LSP Setup
- Searchable Keybinds
- Which-key (or something similar)
- Good terminal multiplexing
- Sessions
## Todo
- find dropbar load autocommand and modify to work on winenter to prevent no dropbar when splitting
- make lazyvim launch with default shell bash
- make completion not work in pickers (namu, snacks)
- make mini scope not work in terminal or help windows
- make mini tabline compatible with more colorschemes
- make custom carbon colorscheme
- add quick window switch plugin
- switch to maple mono font
## 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
|