https://github.com/bouk/deoplete-markdown-links
Complete wiki links and tags in Markdown.
https://github.com/bouk/deoplete-markdown-links
Last synced: about 1 year ago
JSON representation
Complete wiki links and tags in Markdown.
- Host: GitHub
- URL: https://github.com/bouk/deoplete-markdown-links
- Owner: bouk
- Created: 2020-02-24T15:41:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T13:42:50.000Z (over 6 years ago)
- Last Synced: 2025-03-24T17:01:41.121Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deoplete Markdown Links
Complete wiki links and tags in Markdown.
## Requirements
* [deoplete](https://github.com/Shougo/deoplete.nvim)
* [ripgrep](https://github.com/BurntSushi/ripgrep)
## Installation
```vim
Plug 'bouk/deoplete-markdown-links'
```
## Usage
Just type `[[` or `#` and files/tags in the same directory as the file will be auto-completed. That's it.
## Configuration
### Markdown Links
You can customize how you want files displayed for Markdown link completion by setting `g:deoplete#sources#markdown_links#name_pattern` to a pattern regex. It can optionally contain a `name` group.
If the regex doesn't match, the whole filename is used by default.