ソースを参照

disabling lsp in diff mode disabled it everywhere :shrug:

Sven Eppler 1 ヶ月 前
コミット
5eadbb117c
1 ファイル変更1 行追加8 行削除
  1. 1 8
      lua/plugins/mason.lua

+ 1 - 8
lua/plugins/mason.lua

@@ -8,12 +8,5 @@ return {
                 package_uninstalled = "✗"
             }
         }
-    },
-    config = function() 
-		-- Disable LSPs in diff mode
-		if(vim.opt.diff:get()) then
-			return
-		end
-	end
-
+    }
 }