https://github.com/paeneumbra/nvim
My develper neovim config based on LazyVim
https://github.com/paeneumbra/nvim
lazyvim lua neovim neovim-config
Last synced: 17 days ago
JSON representation
My develper neovim config based on LazyVim
- Host: GitHub
- URL: https://github.com/paeneumbra/nvim
- Owner: paeneumbra
- Created: 2021-12-28T15:13:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T19:23:49.000Z (11 months ago)
- Last Synced: 2025-07-01T20:26:27.659Z (11 months ago)
- Topics: lazyvim, lua, neovim, neovim-config
- Language: Lua
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# My neovim config
'cause I had nothing better to do...
Installation of my version of [lazyvim](https://www.lazyvim.org/).
This repository overrides LazyVim default configurations.
## Requirements
- git
- python
- npm
- lua
- xclip(x11), pbcopy(macos) or wl-copy(wayland)
- (macos) gnu-sed
## Install
Clone the repository
```shell
git clone git@github.com:paeneumbra/nvim.git
```
Installing minimal packages for linux
```shell
./installation/pacman-nvim.sh
```
Symlink the configuration
```shell
stow --verbose --target=$HOME/.config nvim
```
## First run
Go into lazy menu `:Lazy` and validate all the installations and all updates are done.
Validate Mason plugins by typing `:Mason`. Lazyvim should install all required plugins.
## Healthcheck
For validating health of the installation run inside neovim:
```shell
:checkhealth
```
## Issues
Error for spell files not found:
```shell
nvim -u NORC -c 'set spelllang=de_de spell'
```
AFAIK can happen that file is not downloaded because of wrong url event if triggered.
Groovyls cannot install via MasonInstall. Groovy is not installed by the minimal installation script because I tend to install it through sdkman.
Installing groovy should fix the issue.
## Acknowledgments
This configuration is heavily inspired by
-
-