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

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

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/)