https://github.com/vdbe/nvim
WIP
https://github.com/vdbe/nvim
neovim neovim-configuration neovim-nix nix
Last synced: about 1 month ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/vdbe/nvim
- Owner: vdbe
- License: mit
- Created: 2024-05-19T07:31:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:48:10.000Z (over 1 year ago)
- Last Synced: 2025-11-09T19:31:56.456Z (7 months ago)
- Topics: neovim, neovim-configuration, neovim-nix, nix
- Language: Lua
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Neovim Config
## How to use
```bash
git clone https://github.com/vdbe/nvim.git ~/.config/nvim
```
### Nix
Available packages are
* `default`/`neovim`: `tired`
* `tired`: IDE
* `noPlugins`: Without plugins
* `minimal`: Everything stripped out
Each variant also has a `withLsp` passthru that adds LSPs/formatter/...
* `default.withLsp`
* `default.withLsp.lua`
* `default.withLsp.`
nix run
```bash
nix run github:vdbe/nvim
```
```bash
nix run github:vdbe/nvim#default.noPlugins
```
```bash
nix run github:vdbe/nvim#default.withLsp
```
```bash
nix run github:vdbe/nvim#default.withLsp.lua
```
...
## Thanks to
- [getchoo](https://github.com/getchoo/getchvim/)