feat(nvim): add GitHub Copilot

This commit is contained in:
Stefan Imhoff
2022-11-06 10:05:08 +01:00
parent 00c7065bde
commit bcc8549723
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- https://github.com/github/copilot.vim
local status_ok = pcall(require, "copilot")
if not status_ok then
return
end
vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true
vim.g.copilot_tab_fallback = ""