当前位置:网站首页>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
"高亮颜色,搞黑点.
边栏推荐
- Stimulate new kinetic energy and promote digital economy in multiple places
- Chen Tianqi's machine learning compilation course (free)
- Today's sleep quality record 71 points
- Fiori applications are shared through the enhancement of adaptation project
- [C language] detailed explanation of malloc function [easy to understand]
- Hide the creation and use of users
- Selection of all-optical technology in the park - Part 2
- [literacy] deep / shallow, local / global features in machine learning image processing
- tcpdump命令使用详解
- internal field separator
猜你喜欢
Turn -- use setjmp and longjmp in C language to realize exception capture and collaboration
使用3DMax制作一个象棋棋子
SAP GUI 里的收藏夹事务码管理工具
正则系列之组和范围(Groups and Ranges)
Hide the creation and use of users
Using emqx cloud to realize one machine one secret verification of IOT devices
Digital currency: far-reaching innovation
Selection of all-optical technology in the park - Part 2
[JUC learning road day 9] barrier derivatives
[image segmentation] 2021 segformer neurips
随机推荐
Intelligent computing architecture design of Internet
Cloud Vulnerability Global Database
Cutefishos system~
[MySQL] index classification
轉載csdn文章操作
Vsphere+ and vsan+ are coming! VMware hybrid cloud focus: native, fast migration, mixed load
Explain the use of locksupport in detail
Mysql database detailed learning tutorial
Appium自动化测试基础 — APPium安装(一)
Turn -- go deep into Lua scripting language, so that you can thoroughly understand the debugging principle
激发新动能 多地发力数字经济
Rust language - Introduction to Xiaobai 05
Metauniverse may become a new direction of Internet development
Ffmpeg learning notes
Appium自动化测试基础 — 补充:Desired Capabilities参数介绍
半监督学习之数据增强
常见的二十种软件测试方法详解(史上最全)
Turn -- bring it and use it: share a gadget for checking memory leaks
rxjs Observable of 操作符的单步调试分析
Deadlock handling strategies - prevent deadlock, avoid deadlock, detect and remove deadlock