blob: ade9664ea13e177b2ae7676d0feaafed2c1388ff (
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
28
29
|
# Neovim Plan
## Plugins
### Main Plugins
- Statusline: mini-statusline
- Tabline: mini-tabline
- Hints: mini-hints
- File Editor: oil.nvim
- Fuzzy Finder: telescope
### Other Plugins
- other mini plugins
## Settings
- tabstop 2
- helix-like keybinds
## Todo
- add mini git support
- add console clear autocommand
- make alt key turn hjkl into arrow keys
- set keys for scrolling in mini.clue
- configure tabby
- add AI chat
|