Skip to content

manhatsu/nvim-plugin-lua

Repository files navigation

nvim-plugin-lua

Install

Clone this repo into ~/.config/nvim.

Test

nvim --headless -c "PlenaryBustedDirectory lua/tests {minimal_init = './lua/tests/init.lua'}"

Before commit

Use pre-commit. Follow the official Quick start.

pre-commit install -t pre-commit -t commit-msg

Use Conventional Commits.

Warning

Permission error may occur to access .npm directory when you first commit after installing pre-commit.
To solve, please set the permission owner to the current user.

sudo chown -R $(whoami) ~/.npm

About

neovim plugin with lua script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages