Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supermomonga/dot-nvimrc


https://github.com/supermomonga/dot-nvimrc

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Setup

## Requirements

- ghq
- asdf-vm

## Setup NeoVim nightly

```sh
./setup-neovim.sh
```

## Setup dependency plugins

```sh
./setup-plugins.sh
```

## Setup Deno for denops.vim

It requires asdf-vm.

```
sudo apt install -y curl git unzip
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
asdf install deno latest
asdf global deno latest
```