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

https://github.com/pyk/nvim-backup

pyk's code editor
https://github.com/pyk/nvim-backup

Last synced: 8 months ago
JSON representation

pyk's code editor

Awesome Lists containing this project

README

          

My personal [neovim](https://neovim.io/) configurations.

Install neovim using the following command:

```sh
brew install neovim
```

Setup configuration using the following command:

```sh
git clone git@github.com:pyk/nvim.git ~/.config/nvim
```

Install required dependencies using the following command:

```sh
npm install @nomicfoundation/solidity-language-server -g

# TOML
brew install taplo
```

This configuration support the following language servers:

- Lua via `lua_ls`
- Markdown via `denols`