chore: format everything with stylua and update
This commit is contained in:
parent
473d78494e
commit
e90763e223
22 changed files with 273 additions and 222 deletions
|
@ -1 +1,3 @@
|
|||
vim.api.nvim_create_user_command("Trash", function() require("genghis").trashFile({ trashCmd = "rm" }) end, { desc = "Delete current file" })
|
||||
vim.api.nvim_create_user_command("Trash", function()
|
||||
require("genghis").trashFile({ trashCmd = "rm" })
|
||||
end, { desc = "Delete current file" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue