https://github.com/LucHermitte/vim-system-tools
Portable Vim wrappers for external tools and shells
https://github.com/LucHermitte/vim-system-tools
vim viml-functions viml-library
Last synced: 5 months ago
JSON representation
Portable Vim wrappers for external tools and shells
- Host: GitHub
- URL: https://github.com/LucHermitte/vim-system-tools
- Owner: LucHermitte
- License: other
- Created: 2015-03-13T17:14:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:24:52.000Z (over 1 year ago)
- Last Synced: 2024-08-07T18:45:51.342Z (9 months ago)
- Topics: vim, viml-functions, viml-library
- Language: Vim Script
- Homepage:
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Sytem Tools v2.1.2
--------------------Portable wrappers for external tools and shells. The declared purpose of
this plugin is to propose, to VimL developpers, a set of portable ways
to handle files and some external tools.99% of this plugin can be seen as an API meant to help us writing
portable VimL scripts.| | |
|---|---|
| Audience | Vim users, and Vim script writers |
| Requirements | Vim 7, lh-vim-lib v2.2.0 |
| Required by | n/a |
| Maintainer | Luc Hermitte |
| License | GPL 3 w/ extentions (see [License](License.md)) |
| Repository |
- `git clone [email protected]:LucHermitte/lh-vim-lib.git`
- `git clone [email protected]:LucHermitte/vim-system-tools.git`
| VAM | `ActivateAddons system-tools` |