some of code in this repo of nvim config come from NvChad
, to improve more cutomization.
├── doc # somethings better than nothing
│ ├── deps.md
│ └── memos.md
├── init.lua
├── lazy-lock.json
├── lua
│ ├── core # core configs, default configs
│ └── plugins # plugins folder
│ └── plugin-name
│ ├─ config.lua # plugin config
│ └─ init.lua # plugin init setup
│
└── README.md
- A nerd font, https://www.nerdfonts.com/font-downloads
- gcc or clang and make
eg: fzf lazy build
recommend msys2 for windows - install tree-sitter global excutable command:
> yarn global add tree-sitter-cli > cargo install tree-sitter-cli
- rely on your environment, recommend
winget
,yarn
ornpm
orpnpm
, rustcargo