My NeoVim configuration. It includes my plugins, keymaps, and themes.
- neovim 0.11.x
- Clone this repository to
~/.config/nvim - Run
nvim - Close and re-open
nvimto ensure plugins are correctly loaded - It really is that simple!
If you want to install the ltex-ls for spell-checking and such in .gitcommits and markdown files, you'll need to ensure you have Java 11+ installed.
Consider using jenv to manage JDK versions for you.
If you install it via Linux Homebrew, you'll likely need to add this to your .bashrc:
export JAVA_HOME="/home/linuxbrew/.linuxbrew/Cellar/openjdk/20/libexec/"
Example is for OpenJDK 20, you'll need to check the path to the version you've installed.
To set up an LSP, open :Mason and navigate to the LSP section. Pick the one you want, ensuring you have the pre-reqs (i.e. go installed for gopls).