nvim config

This commit is contained in:
Felipe M 2024-01-31 11:26:31 +01:00
parent cdfac4d089
commit 9051320319
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
13 changed files with 399 additions and 0 deletions

View file

@ -0,0 +1,12 @@
-- local copilot = require "copilot"
local opts = {
suggestion = {
auto_trigger = true,
keymap = {
accept = "<TAB>",
}
}
}
return opts