https://github.com/spearwolf/nvim-config-next
my latest lazy nvim config
https://github.com/spearwolf/nvim-config-next
neovim neovim-config
Last synced: about 2 months ago
JSON representation
my latest lazy nvim config
- Host: GitHub
- URL: https://github.com/spearwolf/nvim-config-next
- Owner: spearwolf
- Created: 2024-08-06T11:39:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-11T15:02:31.000Z (3 months ago)
- Last Synced: 2026-03-11T16:27:24.965Z (3 months ago)
- Topics: neovim, neovim-config
- Language: Lua
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
[lazyvim](https://www.lazyvim.org/) is great, but is way too noisy for my taste and is somehow not tailor-made for me.
that's why i took [my old nvim config](https://github.com/spearwolf/nvim-config), rebuilt it based on [lazy.nvim](https://lazy.folke.io/) and now it's the way i like it 😎 at least for now 😜
## Install
```sh
$ git clone git@github.com:spearwolf/nvim-config-next.git $HOME/.config/nvim
```
__Post Setup__
the following npm packages should be installed globally:
```sh
$ npm i -g neovim @vtsls/language-server
```
That's all.
_Thank you and have a nice day :)_
## References
- [my previous nvim config](https://github.com/spearwolf/nvim-config)
- [my rather outdated vim config](https://github.com/spearwolf/vim-config)