astro-nvim-v3 - modified folder structure
This commit is contained in:
@@ -122,7 +122,7 @@ return {
|
||||
-- ["<C-f>"] = cmp.mapping(function(fallback)
|
||||
-- -- Check if Copilot is suggesting something
|
||||
-- if vim.fn["copilot#Accept"]() ~= "" then
|
||||
-- vim.api.nvim_set_keymap("i", "<C-f>", "copilot#Accept('')", { expr = true, silent = true })
|
||||
-- vim.api.nvim_set_keymap("i", "<C-f>", 'copilot#Accept("\\<CR>")', { expr = true, silent = true })
|
||||
-- else
|
||||
-- fallback() -- If no suggestion, fallback to default behavior
|
||||
-- end
|
||||
|
||||
Reference in New Issue
Block a user