https://github.com/chrisgrieser/nvim-pseudometa-plugin-template
A template for new nvim plugins
https://github.com/chrisgrieser/nvim-pseudometa-plugin-template
neovim-plugin
Last synced: about 2 months ago
JSON representation
A template for new nvim plugins
- Host: GitHub
- URL: https://github.com/chrisgrieser/nvim-pseudometa-plugin-template
- Owner: chrisgrieser
- License: mit
- Created: 2023-03-20T12:42:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T07:07:44.000Z (over 1 year ago)
- Last Synced: 2024-10-15T07:32:26.428Z (over 1 year ago)
- Topics: neovim-plugin
- Language: Shell
- Homepage:
- Size: 77.1 KB
- Stars: 26
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim-sorted - chrisgrieser/nvim-pseudometa-plugin-template
- awesome-neovim - chrisgrieser/nvim-pseudometa-plugin-template - Template for new Neovim plugins. (External / Plugin Template)
README
# PLACEHOLDER_plugin_name
PLACEHOLDER_plugin_desc
- [Features](#features)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Limitations](#limitations)
- [About the author](#about-the-author)
## Features
- …
## Installation
```lua
-- lazy.nvim
{
"chrisgrieser/PLACEHOLDER_plugin_name",
},
-- packer
use {
"chrisgrieser/PLACEHOLDER_plugin_name",
}
```
## Configuration
```lua
-- default settings
require("PLACEHOLDER_plugin_name_short").setup {
enabled = true,
}
```
## Usage
- …
## Limitations
- …
## About the author
In my day job, I am a sociologist studying the social mechanisms underlying the
digital economy. For my PhD project, I investigate the governance of the app
economy and how software ecosystems manage the tension between innovation and
compatibility. If you are interested in this subject, feel free to get in touch.
I also occasionally blog about vim: [Nano Tips for Vim](https://nanotipsforvim.prose.sh)
- [Website](https://chris-grieser.de/)
- [Mastodon](https://pkm.social/@pseudometa)
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)