This is my own Neovim configuration, based on kickstart.nvim.
Provide modular configuration and some customized plugins, works ok on Linux an Mac.
diy.nvim
targets only the latest
'stable' and latest
'nightly' of Neovim.
External Requirements:
- Basic utils:
git
,make
,unzip
, C Compiler (gcc
) - ripgrep
- A Nerd Font: optional, provides various icons
- Set
vim.g.have_nerd_font
ininit.lua
to true if have it.
- Set
git clone https://github.com/TangSiyang2001/diy.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Could use alias to start if config directory name is not nvim.
alias nvim-alias='NVIM_APPNAME="alias-config-dir" nvim'
Then start with nvim-alias.
Refer to kickstart.nvim.