Skip to content

dongdongbh/nvim.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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