refactor: frontmatter for markdown;
feat: plugin for rendering images in markdown; feat: pastify; feat: markdown preview in browser
This commit is contained in:
@@ -102,6 +102,13 @@ vim.keymap.set("n", "<leader>gpg", function()
|
||||
os.execute("gpg --detach-sign " .. opened_file_path) -- Execute the GPG sign command
|
||||
end, { desc = "Sign currently open file with GPG" })
|
||||
|
||||
vim.api.nvim_create_autocmd({ "CursorMoved", "WinEnter", "BufEnter" }, {
|
||||
callback = function()
|
||||
vim.defer_fn(function()
|
||||
vim.cmd("redraw!")
|
||||
end, 50)
|
||||
end,
|
||||
})
|
||||
|
||||
function Leave_snippet()
|
||||
if
|
||||
|
||||
Reference in New Issue
Block a user