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
- Host: GitHub
- URL: https://github.com/pyk/nvim-backup
- Owner: pyk
- Created: 2023-10-22T16:12:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T00:59:39.000Z (over 2 years ago)
- Last Synced: 2025-06-16T07:50:31.967Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`