当前位置:网站首页>vim给目录加颜色
vim给目录加颜色
2022-07-01 22:14:00 【fqbqrr】
syntax match vimwj /vim|.*/
"vim文件,
syntax match cppwj /cpp|.*/
"cpp文件,c++文件.暂时没加d等文件.
syntax match mdwj /md|.*/
"md文件.
syntax match lnkwj /lnk|.*/
"md文件.
syntax match txtwj /txt|.*/
"md文件.
syntax match wzwj /○|.*/
"无缀文件,无后缀文件,
syntax match ml /●|.*/
"目录
hi vimwj guifg=#f07c82
"香叶红
hi cppwj guifg=#2486b9
hi mdwj guifg=#1ba784
hi lnkwj guifg=#20a162
hi txtwj guifg=#fba414
hi wzwj guifg=#ad6598
hi ml guifg=#1e131d
"高亮颜色,搞黑点.
边栏推荐
- Using securecrtportable to remotely connect virtual machines
- [QT widget] encapsulates a simple thread management class
- Kubernetes create service access pod
- “信任机器”为发展赋能
- Intelligent computing architecture design of Internet
- Appium自动化测试基础 — APPium安装(一)
- Turn -- go deep into Lua scripting language, so that you can thoroughly understand the debugging principle
- Explain JMM in detail
- 工作中非常重要的测试策略,你大概没注意过吧
- Arlo's thinking after confusion
猜你喜欢
Turn -- go deep into Lua scripting language, so that you can thoroughly understand the debugging principle
今日睡眠质量记录71分
元宇宙可能成为互联网发展的新方向
ESP自动下载电路设计
SAP intelligent robot process automation (IRPA) solution sharing
el-input文本域字数限制,超过显示变红并禁止输入
每日刷题记录 (十)
"Trust machine" empowers development
rxjs Observable of 操作符的单步调试分析
思科考试--冗余网络
随机推荐
[literacy] deep / shallow, local / global features in machine learning image processing
A few minutes before work, I found out V-model and The difference between sync
Hide the creation and use of users
Cisco -- an external tool for WAN's concept examination
map容器
正则系列之量词(Quantifiers)
Turn -- bring it and use it: share a gadget for checking memory leaks
思科考试--路由的概念和配置考试
[JUC learning road day 8] condition
Cutefishos system~
Understanding of indexes in MySQL
多图预警~ 华为 ECS 与 阿里云 ECS 对比实战
Unable to climb hill sort, directly insert sort
Understanding of transactions in MySQL
转--利用C语言中的setjmp和longjmp,来实现异常捕获和协程
[untitled]
I graduated from college in 14 years and changed to software testing in 3 months. My monthly salary was 13.5k. At the age of 32, I finally found the right direction
What class loading mechanisms does the JVM have?
Efficiency improvement - encourage personalized container development environment
Arlo's thinking after confusion