dragove/nvim

github github
luaneovimvim
stars 36
issues 0
subscribers 1
forks 10
CREATED

2020-09-30

UPDATED

6 months ago


neovim config with LazyVim

Prerequisite

  1. neovim 0.8 or higher
  2. bat for preview text in telescope search dialog
  3. fd for find files by file name
  4. ripgrep for find files by contents in files
  5. patched fonts. (e.g. nerd-fonts)
  6. rustup for rust-analyzer to work
  7. cargo for parinfer-rust plugin compile
  8. deno for peek plugin compile
  9. webkit2gtk for peek plugin run
  10. 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