From c951a9cf71340d953c25ab77142e42b904cd7103 Mon Sep 17 00:00:00 2001 From: read-docs Date: Thu, 22 Jan 2026 11:07:40 +0100 Subject: [PATCH] copilot and some things --- lua/custom/plugins/copilot.lua | 16 ++++++++-------- lua/custom/plugins/hardtime.lua | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua index 45334e5f..9353ea2d 100644 --- a/lua/custom/plugins/copilot.lua +++ b/lua/custom/plugins/copilot.lua @@ -10,14 +10,14 @@ return { event = 'InsertEnter', config = function() require('copilot').setup { - nes = { - enabled = true, - keymap = { - accept_and_goto = 'p', - accept = false, - dismiss = '', - }, - }, + -- nes = { + -- enabled = true, + -- keymap = { + -- accept_and_goto = 'p', + -- accept = false, + -- dismiss = '', + -- }, + -- }, } end, } diff --git a/lua/custom/plugins/hardtime.lua b/lua/custom/plugins/hardtime.lua index 1119b6dc..028e83b9 100644 --- a/lua/custom/plugins/hardtime.lua +++ b/lua/custom/plugins/hardtime.lua @@ -1,6 +1,6 @@ return { - 'm4xshen/hardtime.nvim', - lazy = false, - dependencies = { 'MunifTanjim/nui.nvim' }, - opts = {}, + -- 'm4xshen/hardtime.nvim', + -- lazy = false, + -- dependencies = { 'MunifTanjim/nui.nvim' }, + -- opts = {}, }