We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb179d commit 04f56eeCopy full SHA for 04f56ee
nvim配置的二三事.md
@@ -19,3 +19,12 @@ git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim
19
https://zhuanlan.zhihu.com/p/557199534
20
21
https://github.com/askfiy/nvim/blob/master/lua/core/after/autocmd.lua
22
+
23
+## vim plug install fatal
24
25
+vim ~/.githubconfig
26
27
+> [http "https://github.com"]
28
+> proxy = socks5://127.0.0.1:7890
29
+> [https "https://github.com"]
30
真象还原/完善内核.md
@@ -272,3 +272,13 @@ graph TB
272
mov gs, ax
273
```
274
275
+### 打印字符串
276
277
278
279
280
+小插曲:
281
282
+在 Arch Linux 上构建项目的时候,编译显示缺 gnu/stub-32 的库。最后是安装 lib32-glibc 解决
283
284
+> yay -S lib32-glibc
0 commit comments