Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Syntax highlighting for vim to support markdown format in Linux system

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Markdown is a popular file format for programmers.

However, the default vim setting in Linux does not support syntax highlighting in markdown format.

Here's how to set up files in markdown format to enjoy syntax highlighting in vim.

First install a plug-in management tool for vim:

Vim-pathogen

Its source code address is:

Https://github.com/tpope/vim-pathogen

First, create two folders under ~ / .vim:

Mkdir-p ~ / .vim/autoload ~ / .vim/bundle

Then download the vim plug-in management tool vim-pathogen:

Curl-LSso ~ / .vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Add three lines to ~ / .vimrc:

Execute pathogen#infect ()

Syntax on

Filetype plugin indent on

After restarting vim, the highlight of markdown is supported!

For more original Jerry articles, please follow the official account "Wang Zixi":

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report