dotfiles/.config/nvim/lua/custom/init.lua

10 lines
209 B
Lua
Raw Normal View History

2022-05-12 14:32:10 +00:00
-- example file i.e lua/custom/init.lua
-- MAPPINGS
vim.api.nvim_set_keymap("i", "<C-J>", 'copilot#Accept("<CR>")', { silent = true, expr = true })
-- Github copilot config
vim.g.copilot_no_tab_map = true