No description
Find a file Use this template
Snoweuph 1cc3deafd1
Some checks failed
Quality Check / Quality Checks (push) Failing after 2s
setup
2024-07-03 02:49:47 +02:00
.gitea setup 2024-07-03 02:49:47 +02:00
log setup 2024-07-03 02:49:47 +02:00
lua/${REPO_NAME_KEBAB} setup 2024-07-03 02:49:47 +02:00
.luarc.json setup 2024-07-03 02:49:47 +02:00
.neoconf.json setup 2024-07-03 02:49:47 +02:00
.stylua.toml setup 2024-07-03 02:49:47 +02:00
Justfile setup 2024-07-03 02:49:47 +02:00
Readme.md setup 2024-07-03 02:49:47 +02:00

Neovim Badge

$REPO_NAME

Description

Installation

Lazy

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

Plug

Plug '${REPO_LINK}'

Packer

use '${REPO_LINK}'

Development

This Project uses:

  • Justfile run just, for more information