[Nvim] fix render-markdown
This commit is contained in:
@@ -32,22 +32,6 @@ dofile(vim.g.base46_cache .. "statusline")
|
||||
|
||||
require "options"
|
||||
require "nvchad.autocmds"
|
||||
require "render-markdown"
|
||||
|
||||
require("gen").prompts["Markdown_links"] = {
|
||||
prompt = "Make markdown links wherever you find link in the following text, and generate the namas accordingly:\n$text",
|
||||
replace = true,
|
||||
}
|
||||
|
||||
require("gen").prompts["Optimize code"] = {
|
||||
prompt = "Check if code can be optimized for speed and readability:\n$text",
|
||||
replace = true,
|
||||
}
|
||||
|
||||
require("gen").prompts["Genetrate types "] = {
|
||||
prompt = "Check if types are correct in this code, fix and optimize if something is needed:\n$text",
|
||||
replace = true,
|
||||
}
|
||||
|
||||
vim.schedule(function()
|
||||
require "mappings"
|
||||
|
||||
Reference in New Issue
Block a user