摘要:
.gitignore 中的文件不复制 ```bash --filter=':- .gitignore' ``` 会删除 ```bash --delete ``` windows下的c盘路径 ```bash /cygdrive/c/Users/ ``` 在linux上 将 windows 上的`nam 阅读全文
posted @ 2023-03-31 19:12
fndefbwefsowpvqfx
阅读(27)
评论(0)
推荐(0)
摘要:
alt key 阅读全文
posted @ 2023-03-31 19:06
fndefbwefsowpvqfx
阅读(50)
评论(0)
推荐(0)
摘要:
" echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
posted @ 2023-03-31 19:00
fndefbwefsowpvqfx
阅读(302)
评论(0)
推荐(0)
摘要:
https://github.com/vadimcn/codelldb mac local dap = require("dap") local cmd = os.getenv('HOME') .. '/tool/debug/codelldb/adapter/codelldb' dap.adapte 阅读全文
posted @ 2023-03-31 18:58
fndefbwefsowpvqfx
阅读(1270)
评论(0)
推荐(0)
摘要:
配置文件 :CocConfig ~/.config/nvim/coc-settings.json coc-settings.json { "languageserver": { "ccls": { "command": "ccls", "filetypes": ["c", "cpp","hpp"," 阅读全文
posted @ 2023-03-31 18:56
fndefbwefsowpvqfx
阅读(73)
评论(0)
推荐(0)
摘要:
sudo /Applications/Visual\ Studio\ Code.app/Contents/MacOS/Electron 阅读全文
posted @ 2023-03-31 18:51
fndefbwefsowpvqfx
阅读(9)
评论(0)
推荐(0)