mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: stylua
This commit is contained in:
parent
27cccbce30
commit
fe5d99dc77
1 changed files with 7 additions and 8 deletions
|
|
@ -136,7 +136,7 @@ require('lazy').setup({
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
'<leader>j',
|
'<leader>j',
|
||||||
":Ollama<CR>",
|
':Ollama<CR>',
|
||||||
desc = 'Ollama Menu',
|
desc = 'Ollama Menu',
|
||||||
mode = { 'v' },
|
mode = { 'v' },
|
||||||
},
|
},
|
||||||
|
|
@ -154,20 +154,19 @@ require('lazy').setup({
|
||||||
Ask_About_Code = false,
|
Ask_About_Code = false,
|
||||||
Simplify_Code = false,
|
Simplify_Code = false,
|
||||||
Improve_Text = {
|
Improve_Text = {
|
||||||
prompt = "Make this text simple and readable. Respond with improved version of this text: ```$sel```",
|
prompt = 'Make this text simple and readable. Respond with improved version of this text: ```$sel```',
|
||||||
extract = false,
|
extract = false,
|
||||||
action = "replace",
|
action = 'replace',
|
||||||
},
|
},
|
||||||
Modify_Text = {
|
Modify_Text = {
|
||||||
prompt = "Modify this text in the following way: $input\n\n"
|
prompt = 'Modify this text in the following way: $input\n\n' .. '```$sel```',
|
||||||
.. "```$sel```",
|
|
||||||
extract = false,
|
extract = false,
|
||||||
action = "replace",
|
action = 'replace',
|
||||||
},
|
},
|
||||||
Use_selection_as_prompt = {
|
Use_selection_as_prompt = {
|
||||||
prompt = "$sel",
|
prompt = '$sel',
|
||||||
extract = false,
|
extract = false,
|
||||||
action = "replace",
|
action = 'replace',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue