Start on insert mode
This commit is contained in:
1
init.lua
1
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 a better way to add relevant buffers to AI
|
||||||
- Figure out debug expressions
|
- Figure out debug expressions
|
||||||
- Better keymaps for debug movements
|
- Better keymaps for debug movements
|
||||||
|
- Chat history
|
||||||
]]
|
]]
|
||||||
|
|
||||||
-- " Auto-Commands --- {{{
|
-- " Auto-Commands --- {{{
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ return {
|
|||||||
opts.display = {
|
opts.display = {
|
||||||
chat = {
|
chat = {
|
||||||
show_settings = true,
|
show_settings = true,
|
||||||
start_in_insert_mode = true,
|
start_in_insert_mode = false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user