[Init] setup extension config

pull/2/head
Mist 2024-02-13 14:20:51 +08:00
parent db449271f4
commit eee4e96948
8 changed files with 3 additions and 3 deletions

View File

@ -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/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> </p>

View File

@ -1,3 +1,3 @@
local plugin = require("plugin-name") local codesnap = require("codesnap")
vim.api.nvim_create_user_command("CommandName", function() end, {}) vim.api.nvim_create_user_command("CommandName", function() end, {})