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

How to use the nginx.vim tool for syntax highlighting and formatting configuration nginx.conf files

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly introduces how to use nginx.vim tools for syntax highlighting and formatting configuration nginx.conf files, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

I use tengine, and the installation directory is / usr/local/tengine.

1. Download nginx.vim

Https://www.vim.org/scripts/script.php?script_id=1886

two。 Upload nginx.vim to ~ / .vim / syntax/, and add the following to the file ~ / .vim / filetype.vim:

Au BufRead,BufNewFile / etc/nginx/*,/usr/local/nginx/conf/* if & ft = =''| setfiletype nginx | endif

(flexible configuration according to Nginx installation directory)

If there are no directories and files to create a new one, mine is as follows:

Au BufRead,BufNewFile / etc/nginx/*,/usr/local/nginx/conf/,/usr/local/tengine/conf/* if & ft = =''| setfiletype nginx | endif

3. Then open the nginx.conf, sure enough, there is a color, hehe.

At first, it was like this:

Now it goes like this:

Thank you for reading this article carefully. I hope the article "how to use nginx.vim tools for syntax highlighting and formatting nginx.conf files" shared by the editor is helpful to everyone. At the same time, I also hope you can support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

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