dragove / nvim

config for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

config for neovim


Languages

Language:Lua 100.0%