Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenliebig/nvim
https://github.com/svenliebig/nvim
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svenliebig/nvim
- Owner: svenliebig
- License: mit
- Created: 2024-02-29T13:11:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:13:23.000Z (6 months ago)
- Last Synced: 2024-05-27T22:43:18.602Z (6 months ago)
- Language: Lua
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)