https://github.com/aarnphm/editor
neovim configuration where I spend way too much time on
https://github.com/aarnphm/editor
neovim neovim-configuration
Last synced: 9 months ago
JSON representation
neovim configuration where I spend way too much time on
- Host: GitHub
- URL: https://github.com/aarnphm/editor
- Owner: aarnphm
- License: apache-2.0
- Created: 2022-01-17T17:30:45.000Z (over 4 years ago)
- Default Branch: simple
- Last Pushed: 2024-12-22T02:03:25.000Z (over 1 year ago)
- Last Synced: 2024-12-23T01:23:22.872Z (over 1 year ago)
- Topics: neovim, neovim-configuration
- Language: Lua
- Homepage:
- Size: 2.86 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
editor
fast. minimalist. choose 2
Plugins ecosystem:
- flexoki for contrast vibes, rose-pine for soho vibes
- mini.nvim for minimalist everything
- LSP integration (blink.cmp, nvim-lspconfig, copilot.lua, mason-org, conform.nvim, nvim-lint)
- folke's plugins (which-key.nvim, todo-comments.nvim)
- vim-motion with leap.nvim and flit.nvim
```text
Startuptime: 37.49ms
Based on the actual CPU time of the Neovim process till UIEnter.
This is more accurate than `nvim --startuptime`.
LazyStart 17.83ms
LazyDone 33.49ms (+15.66ms)
UIEnter 37.49ms (+4ms)
```
If you wish to try out something more structural, try out [nvimdots](https://github.com/ayamir/nvimdots) or [lazyvim](https://github.com/lazyvim/lazyvim)
> [!note]
>
> For rustaceanvim, setup `rust-analyzer` separately with nix (via dix)
This is largely build on top of some structural hierarchy of previous LazyVim versions.
I have no intention of migrating this to LazyVim, as this ia a great playground for me to experiment and test neovim.
Used with [dix](https://github.com/aarnphm/dix)