Update
This commit is contained in:
@@ -2,7 +2,6 @@ return {
|
||||
{
|
||||
"zbirenbaum/copilot.lua",
|
||||
opts = {
|
||||
copilot_model = "gemini-2.5-pro",
|
||||
suggestion = {
|
||||
keymap = {
|
||||
accept = "<D-l>",
|
||||
|
||||
9
lua/plugins/editing/tabout.lua
Normal file
9
lua/plugins/editing/tabout.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
"kawre/neotab.nvim",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
-- configuration goes here
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user