29 lines
633 B
Markdown
29 lines
633 B
Markdown
# Basic neovim configuration
|
|
|
|
Focused on cognitive load reduction and productivity.
|
|
|
|
## Helps mechanisms
|
|
|
|
To open [CHEATSHEET.md](./CHEATSHEET.md): `<leader>h`.
|
|
To open [README.md](./README.md): `<leader>hr`
|
|
|
|
|
|
## Selected packages
|
|
|
|
- kanagawa: color schema
|
|
- oil: files manager
|
|
- mini-statusline
|
|
- vim-sleuth: autodetect file indentation rules/policies
|
|
- showkeys: show typped keys
|
|
- smear-cursor: visual cue of motion
|
|
- render-markdown: view rendered markdown in nvim
|
|
- image: render image (need to use kitty as terminal)
|
|
- luarocks: needed to visualize images in markdown
|
|
|
|
### mainstream packages
|
|
|
|
- lazy
|
|
- treesitter
|
|
- telescope
|
|
|