https://github.com/letieu/nvim-config
My neovim configuration
https://github.com/letieu/nvim-config
dotfiles nvim
Last synced: 9 months ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/letieu/nvim-config
- Owner: letieu
- Created: 2023-01-22T05:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-29T17:27:12.000Z (11 months ago)
- Last Synced: 2025-08-29T19:58:06.992Z (11 months ago)
- Topics: dotfiles, nvim
- Language: Lua
- Homepage:
- Size: 278 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-config
My **neovim** configuration.
- Blazing fast (33ms to start up)
- Minimalistic (26 plugins)
- Lazy load everything
## Lazy profile
```bash
Startuptime: 33.13ms
Based on the actual CPU time of the Neovim process till UIEnter.
This is more accurate than `nvim --startuptime`.
LazyStart 19.41ms
LazyDone 27.15ms (+7.73ms)
UIEnter 33.13ms (+5.99ms)
```
## 💡💡💡
- [Toggle terminal with kitty](https://github.com/letieu/dotfiles/blob/main/dot_config/kitty/toggle_term.py)