diff --git a/init.lua b/init.lua index 7388f30..02556cd 100644 --- a/init.lua +++ b/init.lua @@ -33,6 +33,7 @@ TODO: Neovim configurations I want to add: - Figure out a better way to add relevant buffers to AI - Figure out debug expressions - Better keymaps for debug movements +- Chat history ]] -- " Auto-Commands --- {{{ diff --git a/lua/plugins/codecompanion.lua b/lua/plugins/codecompanion.lua index ab7db3e..6cc955f 100644 --- a/lua/plugins/codecompanion.lua +++ b/lua/plugins/codecompanion.lua @@ -59,7 +59,7 @@ return { opts.display = { chat = { show_settings = true, - start_in_insert_mode = true, + start_in_insert_mode = false, }, }