Kaynağa Gözat

fix: Disable copilot.nvim

Zander Hawke 10 ay önce
ebeveyn
işleme
e27119ef1e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;