Skip to content

nvim-java/nvim-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Neovim Plugin Template

GitHub Workflow Status Lua

A template repository for Neovim plugins.

Using it

Via gh:

$ gh repo create my-plugin -p ellisonleao/nvim-plugin-template

Via github web page:

Click on Use this template

Features and structure

  • 100% lua
  • Github actions to run tests and check for formatting errors (Stylua)
  • tests busted + plenary.nvim

Plugin structure

.
├── lua
│   └── module
│       └── init.lua
├── Makefile
├── plugin
│   └── module.lua
├── README.md
├── tests
│   ├── minimal_vim.vim
│   └── module
│       └── module_spec.lua
└── vendor

Sponsor this project

Packages

 
 
 

Contributors

Languages