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

10 lines
209 B
Lua
Raw Normal View History

2022-05-13 02:24:43 +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