summaryrefslogtreecommitdiff
path: root/README.md
blob: e632a0b15a2d9a7a790ddfcc61433efd41f8dff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
vim-ipxe
========
A filetype plugin for [vim][] to add syntax highlighting to [iPXE][] scripts.

Install
-------
Use your preferred procedure, just as for installing any plugin. There should
be no special steps required. Please see ':help plugin' if unsure.

Unless having any other preference, the simplest installation method is likely
to merely do something along the lines of:

    mkdir -p ~/.vim/pack/git-plugins/start/ || :
    cd ~/.vim/pack/git-plugins/start/
    git clone https://git.netizen.se/vim-ipxe

It might be possible to use a plugin manager of some sorts. Some quirks are in
the [Frequently Asked Questions](FAQ.md).

About
-----
This plugin provides syntax highlighting. A handful of undocumented commands
exist. Syntax highlighting for those are missing. There are likely bugs too.
Patches are welcome, as is positive and constructive feedback.

License
-------
Provided under MIT No Attribution License. Relicensing will be immediately done
on request,  if needed for inclusion in the vim official source tree or as part
of its debian package.

[vim]: https://www.vim.org/
[iPXE]: https://ipxe.org/