nvim-pseudometa-plugin-template
nvim-pseudometa-plugin-template copied to clipboard
A template for new nvim plugins
PLACEHOLDER_plugin_name
PLACEHOLDER_plugin_desc
- Features
- Installation
- Configuration
- Usage
- Limitations
- About the author
Features
- …
Installation
-- lazy.nvim
{
"chrisgrieser/PLACEHOLDER_plugin_name",
},
-- packer
use {
"chrisgrieser/PLACEHOLDER_plugin_name",
}
Configuration
-- 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