https://github.com/juhaku/nvim
Nvim config
https://github.com/juhaku/nvim
Last synced: 28 days ago
JSON representation
Nvim config
- Host: GitHub
- URL: https://github.com/juhaku/nvim
- Owner: juhaku
- Created: 2022-05-22T23:30:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T12:12:01.000Z (7 months ago)
- Last Synced: 2024-10-12T00:18:12.762Z (7 months ago)
- Language: Lua
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim configs
Create folder `jdtls-libs` and `jdtls` in `.local/share/nvim/` and install following items to it:
- Download `lombok.jar` to `jdtls-libs` folder
- Clone [java debug](https://github.com/microsoft/java-debug) to `jdtls-libs` folder.
- Run `./mvnw clean install`
- Clone [vscode-java-test](https://github.com/microsoft/vscode-java-test) to `jdtls-libs` folder.
- Run `npm install` `npm run build-plugin`## install plugins manually
Install following plugins manually via `:Mason` if not installed.
* codelldb
* delve
* gofumpt
* goimports
* prettierd
* shellcheck
* shfmt
* staticcheck
* stylua
* astro