From c0462826752985805768e10afd35be3306ab49cd Mon Sep 17 00:00:00 2001 From: Vladislav Date: Mon, 18 Mar 2024 09:50:25 +0100 Subject: [PATCH] format the copilot file --- lua/custom/plugins/copilot.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index 18931957..44568351 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -1,10 +1,10 @@ return { -- Copilot - 'github/copilot.vim', - init = function() - vim.keymap.set('i', '', 'copilot#Accept("\\")', { - expr = true, - replace_keycodes = false - }) - vim.g.copilot_no_tab_map = true - end + 'github/copilot.vim', + init = function() + vim.keymap.set('i', '', 'copilot#Accept("\\")', { + expr = true, + replace_keycodes = false, + }) + vim.g.copilot_no_tab_map = true + end, }