fixed ui and themes for tree view + neovim plugin wrapper
All checks were successful
Version Check / check-version (pull_request) Successful in 4s
All checks were successful
Version Check / check-version (pull_request) Successful in 4s
This commit is contained in:
8
plugin/mould.lua
Normal file
8
plugin/mould.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
if vim.g.loaded_mould == 1 then
|
||||
return
|
||||
end
|
||||
vim.g.loaded_mould = 1
|
||||
|
||||
vim.api.nvim_create_user_command("Mould", function()
|
||||
require("mould").open()
|
||||
end, { desc = "Open mould for the current buffer" })
|
||||
Reference in New Issue
Block a user