forked from mirror/codesnap.nvim
[Init] setup extension config
parent
db449271f4
commit
eee4e96948
|
@ -6,8 +6,8 @@
|
|||
|
||||
<img src="https://img.shields.io/badge/Made%20With%20Lua-2C2D72?logo=lua&logoColor=fff&style=for-the-badge" alt="made with lua" >
|
||||
|
||||
<img src="https://img.shields.io/github/actions/workflow/status/mistricky/nvim-plugin-template/release.yml?style=for-the-badge&label=release" alt="release action status" />
|
||||
<img src="https://img.shields.io/github/actions/workflow/status/mistricky/codesnap.nvim/release.yml?style=for-the-badge&label=release" alt="release action status" />
|
||||
|
||||
<img src="https://img.shields.io/github/actions/workflow/status/mistricky/nvim-plugin-template/lint.yml?style=for-the-badge&label=Lint" alt="release action status" />
|
||||
<img src="https://img.shields.io/github/actions/workflow/status/mistricky/codesnap.nvim/lint.yml?style=for-the-badge&label=Lint" alt="release action status" />
|
||||
|
||||
</p>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
local plugin = require("plugin-name")
|
||||
local codesnap = require("codesnap")
|
||||
|
||||
vim.api.nvim_create_user_command("CommandName", function() end, {})
|
Loading…
Reference in New Issue