Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragove/nvim
config for neovim
https://github.com/dragove/nvim
lua neovim vim
Last synced: 18 days ago
JSON representation
config for neovim
- Host: GitHub
- URL: https://github.com/dragove/nvim
- Owner: dragove
- Created: 2020-09-30T14:54:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T04:27:06.000Z (over 1 year ago)
- Last Synced: 2023-05-27T05:21:53.564Z (over 1 year ago)
- Topics: lua, neovim, vim
- Language: Lua
- Homepage:
- Size: 169 KB
- Stars: 35
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim config with [LazyVim](https://github.com/LazyVim/LazyVim)
## Prerequisite
1. [neovim](https://github.com/neovim/neovim) 0.8 or higher
2. [bat](https://github.com/sharkdp/bat) for preview text in telescope search dialog
3. [fd](https://github.com/sharkdp/fd) for find files by file name
4. [ripgrep](https://github.com/BurntSushi/ripgrep) for find files by contents in files
5. patched fonts. (e.g. [nerd-fonts](https://github.com/ryanoasis/nerd-fonts))
6. `rustup` for rust-analyzer to work
7. `cargo` for `parinfer-rust` plugin compile
8. `deno` for `peek` plugin compile
10. `webkit2gtk` for `peek` plugin run
11. some lsp server installed by `Mason` needs package managers such as `npm` and `pip` or download tool such as `wget` and `curl`.## Installation
1. clone this repo to personal neovim config folder (e.g. $HOME/.config/nvim)
2. launch neovim via command `nvim`