From fe5d99dc771cb2748027ba634c3f95cefcaa04f5 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 6 Jan 2024 10:38:09 +0100 Subject: [PATCH] nvim: stylua --- nvim/init.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index 87458d2..ffaad9c 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -136,7 +136,7 @@ require('lazy').setup({ keys = { { 'j', - ":Ollama", + ':Ollama', desc = 'Ollama Menu', mode = { 'v' }, }, @@ -154,20 +154,19 @@ require('lazy').setup({ Ask_About_Code = false, Simplify_Code = false, 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, - action = "replace", + action = 'replace', }, Modify_Text = { - prompt = "Modify this text in the following way: $input\n\n" - .. "```$sel```", + prompt = 'Modify this text in the following way: $input\n\n' .. '```$sel```', extract = false, - action = "replace", + action = 'replace', }, Use_selection_as_prompt = { - prompt = "$sel", + prompt = '$sel', extract = false, - action = "replace", + action = 'replace', }, }, },