Bläddra i källkod

fix: Disable copilot.nvim

Zander Hawke 10 månader sedan
förälder
incheckning
e27119ef1e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      home/features/nvim/copilot.nix

+ 1 - 1
home/features/nvim/copilot.nix

@@ -1,6 +1,6 @@
 {
   programs.nixvim = {
-    plugins.copilot-lua.enable = true;
+    plugins.copilot-lua.enable = false;
     plugins.copilot-lua.settings = {
       suggestion = {
         enabled = true;