Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njaczko/nvim-dummy-text
https://github.com/njaczko/nvim-dummy-text
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/njaczko/nvim-dummy-text
- Owner: njaczko
- Created: 2022-08-27T21:56:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T06:30:37.000Z (over 1 year ago)
- Last Synced: 2024-08-02T18:36:56.791Z (5 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-neovim-pluginlist - njaczko/nvim-dummy-text - dummy-text) ![](https://img.shields.io/github/last-commit/njaczko/nvim-dummy-text) ![](https://img.shields.io/github/commit-activity/y/njaczko/nvim-dummy-text) (Editing support / Insert)
README
# Dummy Text
This plugin inserts the names of mountains in Vermont, U.S.A. for use as dummy
text. The names have been stripped of words like `Mountain`, `Mount`, and
`Peak`. Names with multiple words have been reduced to a single word with
concatenation.Most of the names were scraped from [Wikipedia](https://en.wikipedia.org/wiki/List_of_mountains_of_Vermont).
## Usage
Make a visual selection. Then, call the `Vtmt` command (`:Vtmt`). In visual line
mode, the plugin will insert the names of Vermont mountains at the begging of
each selected line. In visual or visual block mode, the text will be inserted
along the left side of the selection.`VtmtFill` will insert all of the mountain names on new lines. It's great for
filling up an empty file.## Installation
Install with your favorite plugin manager. For example, with VimPlug...
Place this in your `init.vim`:
```
Plug 'njaczko/nvim-dummy-text'
```Then, source `init.vim` and run `:PlugInstall`.