Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-file-protocol
Vim plugin to support file:// protocol with line/column support
https://github.com/lambdalisue/vim-file-protocol
file neovim protocol vim
Last synced: 3 months ago
JSON representation
Vim plugin to support file:// protocol with line/column support
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-file-protocol
- Owner: lambdalisue
- License: mit
- Created: 2022-08-08T16:17:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T15:10:21.000Z (about 2 years ago)
- Last Synced: 2024-10-04T13:39:25.775Z (4 months ago)
- Topics: file, neovim, protocol, vim
- Language: Vim Script
- Homepage:
- Size: 8.79 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# file-protocol.vim
Allow opening a local file with `file://` format with line/column format.
## Supported formats
- `file://{absolute path from root}`
- `file://{absolute path from root}:{line}`
- `file://{absolute path from root}:{line}:{column}`# License
The code in fern.vim follows MIT license texted in [LICENSE](./LICENSE).
Contributors need to agree that any modifications sent in this repository follow the license.```
```