24 lines
550 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Yuan Neovim 備忘
===
## 資料夾結構
```
dot_config/nvim
├── init.vim #主要設定進入點 傳統vim設定檔 (傳統語法兼容用)
├── lua
│ ├── init.lua #主要設定進入點 新式給nvim專用設定
│ ├── config
│ │ ├── gui.lua
│ │ ├── lazy.lua
│ │ └── options.lua
│ └── plugins
│ └── example.lua #LazyNvim給的範例已經被第一段截斷掉所以此腳本將不會執行
└── Readme.md
```
## 代找外掛
* Align
*