nvim config
This commit is contained in:
parent
cdfac4d089
commit
9051320319
13 changed files with 399 additions and 0 deletions
12
.dotfiles/nvchad/custom/configs/copilot.lua
Normal file
12
.dotfiles/nvchad/custom/configs/copilot.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
-- local copilot = require "copilot"
|
||||
|
||||
local opts = {
|
||||
suggestion = {
|
||||
auto_trigger = true,
|
||||
keymap = {
|
||||
accept = "<TAB>",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return opts
|
Loading…
Add table
Add a link
Reference in a new issue