https://github.com/dextryz/neovim
https://github.com/dextryz/neovim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dextryz/neovim
- Owner: dextryz
- Created: 2026-04-20T02:26:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T10:10:19.000Z (3 months ago)
- Last Synced: 2026-04-24T12:14:39.469Z (3 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```