Skip to content

Commit

Permalink
[Feat] remove rust lib plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Feb 17, 2024
1 parent d61cedf commit 4941857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
7 changes: 3 additions & 4 deletions plugin/codesnap.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
local codesnap = require("codesnap")
local foo = require("foo")

foo.say_hello("Mist")

vim.api.nvim_create_user_command("CodeSnap", function() end, {})
vim.api.nvim_create_user_command("CodeSnap", function()
codesnap.setup()
end, {})
19 changes: 0 additions & 19 deletions src/lib.rs

This file was deleted.

0 comments on commit 4941857

Please sign in to comment.