Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.01 KB

Readme.md

File metadata and controls

32 lines (20 loc) · 1.01 KB

nvim.conf

My configuration of neovim, which I modify from nvim-basic-ide. For more information about usage, please refer to :h dvim in neovim with my configuration.

Steps to setup

  1. install neovim 0.9+

  2. install Lazy

  3. install plugins by Lazy

  4. add the server to this list: servers install language server by :Mason

  5. add treesitter parser in list, install treesitter for programe languages by :TSInstall all

  6. add patch fonts on Nerd Font compatible font

mkdir -p ~/.local/share/fonts
cp xxx.otf ~/.local/share/fonts/
fc-cache -f -v
fc-list | grep "<name-of-font>"
  1. set terminal font as patched font

  2. check health by :checkhealth