- manage plugin with lazy.nvim
- well structured configuration files
- keymap optimized for HHKB
- support truecolor and neovide
- manual lsp server configuration
- optimize for game development with lua
# clone this repo
git clone https://github.com/Zwlin98/nvim.git ~/.config/nvim
# init neovim automatically
nvim
" ensure neovim work properly
:checkheath
- clangd for c/c++
- gopls for go
- lua-language-server for lua
- marksman for markdown
- rust-analyzer for lua