Skip to content

koenverburg/complexity.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Nvim Plugin Template

This repo contains the bare minimum boilerplate to setup a Neovim Plugin in lua

Getting started

Clone the project

git clone https://github.com/koenverburg/template-nvim-plugin.git

Then cd into the directory and launch nvim using the following command

nvim --cmd "set rtp+=$(pwd)"

After this you can call the plugin with the following command

:lua require('greeting').setup({ enable = true })

This should return Hello World!

About

Neovim plugin that highlights Cyclomatic Complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages