rfaile313 / vim-servers-dot-dat

servers.dat highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wat?

It's servers.dat syntax highlighting for VIM. This will mean almost nothing to almost everybody... because almost nobody uses Servermattic but us...

What's it, like, do?

This, mainly

example

Installation

For the lazy:

curl https://github.com/rfaile313/vim-servers-dot-dat/blob/main/doitforme | bash

Plain old regular standard VIM

Put these files in these places

  1. ftdetect/serversdat.vim -> ~/.vim/ftdetect/serversdat.vim
  2. syntax/serversdat.vim -> ~/.vim/syntax/serversdat.vim
  3. ftplugin/serversdat.vim -> ~/.vim/ftplugin/serversdat.vim

Vim, using the vim-plug plugin manager

Add Plug 'apokalyptik/vim-servers-dot-dat' to your ~/.vimrc and run :PlugInstall

VIM, using the Vundle plugin manager

Add Plugin 'apokalyptik/vim-servers-dot-dat' to your ~/.vimrc and run :PluginInstall

Others...

If you're smart enough to be using other VIM plugin managers, and know what this does, and need this, then i have faith that you're smart enough to adapt the examples above to whatever it is you're using :D

About

servers.dat highlighting

License:MIT License


Languages

Language:Vim Script 77.8%Language:Shell 22.2%