Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`