-- AstroCommunity: import any community modules here -- We import this file in `lazy_setup.lua` before the `plugins/` folder. -- This guarantees that the specs are processed before any user plugins. ---@type LazySpec return { "AstroNvim/astrocommunity", { import = "astrocommunity.recipes.telescope-lsp-mappings" }, { import = "astrocommunity.pack.lua" }, { import = "astrocommunity.completion.copilot-lua" }, { "copilot.lua", opts = { suggestion = { keymap = { accept = "", accept_word = "", accept_line = "", next = "", prev = "", dismiss = "", }, }, }, }, }