diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 08:41:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 08:41:01 +0000 |
commit | 50693c367f8d3371e5c7eb85b0233fb56ae92a98 (patch) | |
tree | c693d63cf381d063796e5ef80160719eff05a213 /README.md | |
parent | Initial commit. (diff) | |
download | vim-nftables-50693c367f8d3371e5c7eb85b0233fb56ae92a98.tar.xz vim-nftables-50693c367f8d3371e5c7eb85b0233fb56ae92a98.zip |
Adding upstream version 0.20200629.upstream/0.20200629upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..65aaba1 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# vim-nftables + +## Installation + +Recommend [NeoBundle](https://github.com/Shougo/neobundle.vim) for installation. + +Add the following to your vimrc: + +```vim +NeoBundle 'nfnty/vim-nftables' +``` |