https://github.com/nvoid-lua/nvoid
nvim with lua is cool
https://github.com/nvoid-lua/nvoid
ide lua neovim nvim nvim-configs nvim-lua nvimrc nvoid vimrc vscode
Last synced: about 1 month ago
JSON representation
nvim with lua is cool
- Host: GitHub
- URL: https://github.com/nvoid-lua/nvoid
- Owner: nvoid-lua
- License: gpl-3.0
- Created: 2021-11-24T14:15:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:48:58.000Z (8 months ago)
- Last Synced: 2024-08-12T22:34:59.964Z (8 months ago)
- Topics: ide, lua, neovim, nvim, nvim-configs, nvim-lua, nvimrc, nvoid, vimrc, vscode
- Language: Lua
- Homepage: https://nvoid.org
- Size: 1.11 MB
- Stars: 96
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - nvoid-lua/nvoid - Simple Neovim config written in Lua with all the modern features available in any **IDE** (Preconfigured Configuration / Competitive Programming)
- awesome-neovim-sorted - nvoid-lua/nvoid
- awesome-neovim-sorted - nvoid-lua/nvoid
README

[](https://lua.org)


[](https://github.com/nvoid-lua/nvoid/pulse)

[](https://github.com/neovim/neovim)
[](https://app.netlify.com/sites/nvoid/deploys)# Install In One Command
```bash
bash <(curl -s https://raw.githubusercontent.com/nvoid-lua/nvoid/master/utils/installer/install.sh)
```
or```powershell
iwr https://raw.githubusercontent.com/nvoid-lua/nvoid/master/utils/installer/install.ps1 -UseBasicParsing | iex
```for more info go to https://nvoid.org
## Config
the user config for nvoid is located art `~/.config/nvoid/config.lua` nearly every thing is configurable# Install LSP
+ it comes by default with Lua languages
```vim
:LspInstall
```
# Thanks To
+ [LunarVim](https://github.com/LunarVim/LunarVim)
+ [Nvchad](https://github.com/NvChad/NvChad)
+ [CosmicNvim](https://github.com/mattleong/CosmicNvim)
+ [Nv-ide](https://github.com/crivotz/nv-ide)
+ [Kyoto.nvim](https://github.com/samrath2007/kyoto.nvim)