Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.08 KB

Nvim config

some of code in this repo of nvim config come from NvChad, to improve more cutomization.

folder structure

├── 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

requirements

  1. A nerd font, https://www.nerdfonts.com/font-downloads
  2. gcc or clang and make eg: fzf lazy build
    recommend msys2 for windows
  3. install tree-sitter global excutable command:
    > yarn global add tree-sitter-cli
    > cargo install tree-sitter-cli
  4. rely on your environment, recommend winget, yarn or npm or pnpm, rust cargo