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

https://github.com/dextryz/neovim


https://github.com/dextryz/neovim

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Nvim

```shell
# Compile from source
> make CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$HOME/.local/neovim"
> make install

# Install LSP
> go install golang.org/x/tools/gopls@latest
> brew install helm-ls
> brew install bash-language-server
> brew install hashicorp/tap/terraform-ls

# Remove
> rm -rf $HOME/.local/neovim
```