Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/dot-nvimrc
https://github.com/supermomonga/dot-nvimrc
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/dot-nvimrc
- Owner: supermomonga
- Created: 2023-11-11T14:08:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T06:07:50.000Z (about 1 year ago)
- Last Synced: 2025-01-02T23:55:50.110Z (13 days ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```