No description
Find a file Use this template
2024-07-03 01:10:09 +02:00
lua/${REPO_NAME_LOWER_KEBAB} setup 2024-07-03 01:10:09 +02:00
Readme.md setup 2024-07-03 01:10:09 +02:00

$REPO_NAME

Neovim Badge

Description

Installation

Lazy

return {
    '${REPO_LINK}',
    config = function()
		require('${REPO_NAME_LOWER_KEBAB}').setup()
    end
}

Plug

Plug '${REPO_NAME_LOWER_KEBAB}'

Packer

use '${REPO_NAME_LOWER_KEBAB}'