Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svenliebig/nvim


https://github.com/svenliebig/nvim

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# .config/nvim

This is my config that extends the [kickstart.nvim](https://github.com/kdheepak/kickstart.nvim) config.

## needed things

- ripgrep https://github.com/BurntSushi/ripgrep

## Special Setups

### Java

- Install `jdtls` with `:Mason`
- Install Lombok 1.18.31 (edge version) because they have a [bug](https://github.com/projectlombok/lombok/issues/3564)

## Resouces

- [Java](https://sookocheff.com/post/vim/neovim-java-ide/)
- [Python](https://www.playfulpython.com/configuring-neovim-as-a-python-ide/)