Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 888 Bytes

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