Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letieu/nvim-config
My neovim configuration
https://github.com/letieu/nvim-config
dotfiles nvim
Last synced: 6 days ago
JSON representation
My neovim configuration
- Host: GitHub
- URL: https://github.com/letieu/nvim-config
- Owner: letieu
- Created: 2023-01-22T05:11:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T04:27:12.000Z (5 months ago)
- Last Synced: 2024-09-17T07:31:14.306Z (5 months ago)
- Topics: dotfiles, nvim
- Language: Lua
- Homepage:
- Size: 235 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- 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.13msBased 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)