https://github.com/greglook/vim-nftables
nftables configuration file support for vim
https://github.com/greglook/vim-nftables
nftables vim
Last synced: 22 days ago
JSON representation
nftables configuration file support for vim
- Host: GitHub
- URL: https://github.com/greglook/vim-nftables
- Owner: greglook
- License: unlicense
- Created: 2023-02-22T19:56:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T07:38:14.000Z (over 3 years ago)
- Last Synced: 2025-03-11T22:34:19.477Z (over 1 year ago)
- Topics: nftables, vim
- Language: Vim Script
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-nftables
[nftables](https://www.nftables.org/) configuration file support for (neo)vim.
## Installation
To use this with most plugin managers, add a line like this to your
configuration:
```vim
Plug 'greglook/vim-nftables'
```