Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

```

```