From efc8587724ba7a62241225e0022d0855ac1ec3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Thu, 26 Sep 2024 14:50:47 +0200 Subject: [PATCH] change back to copilot --- home/nvim/files/lua/plugins/ai_complete.lua | 50 ++++++++++----------- hosts/Kell/default.nix | 6 +-- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/home/nvim/files/lua/plugins/ai_complete.lua b/home/nvim/files/lua/plugins/ai_complete.lua index c78a64c..ad7fef1 100644 --- a/home/nvim/files/lua/plugins/ai_complete.lua +++ b/home/nvim/files/lua/plugins/ai_complete.lua @@ -1,35 +1,35 @@ -- Copilot --- return { --- "zbirenbaum/copilot.lua", --- cmd = "Copilot", --- event = "InsertEnter", --- opts = { --- suggestion = { --- auto_trigger = true, --- auto_refresh = true, --- keymap = { --- accept = "", --- }, --- }, --- filetypes = { --- markdown = true, --- tex = true, --- } --- } --- } - --- Supermaven return { - "supermaven-inc/supermaven-nvim", + "zbirenbaum/copilot.lua", + cmd = "Copilot", + event = "InsertEnter", opts = { - keymaps = { - accept_suggestion = "", - accept_word = "", + suggestion = { + auto_trigger = true, + auto_refresh = true, + keymap = { + accept = "", + }, }, - disable_keymaps = false, -- disables built in keymaps for more manual control + filetypes = { + markdown = true, + tex = true, + } } } +-- Supermaven +-- return { +-- "supermaven-inc/supermaven-nvim", +-- opts = { +-- keymaps = { +-- accept_suggestion = "", +-- accept_word = "", +-- }, +-- disable_keymaps = false, -- disables built in keymaps for more manual control +-- } +-- } + -- Neocodium -- return { -- "monkoose/neocodeium", diff --git a/hosts/Kell/default.nix b/hosts/Kell/default.nix index ca0e83d..0f9e853 100644 --- a/hosts/Kell/default.nix +++ b/hosts/Kell/default.nix @@ -26,9 +26,9 @@ in { programs.virt-manager.enable = true; users.users.user.extraGroups = [ "libvirtd" ]; - # services.ollama = { - # enable = true; - # }; + services.ollama = { + enable = true; + }; # hardware.graphics.extraPackages = with pkgs; [ # rocmPackages.clr.icd