Ver código fonte

disabling lsp in diff mode disabled it everywhere :shrug:

Sven Eppler 1 mês atrás
pai
commit
5eadbb117c
1 arquivos alterados com 1 adições e 8 exclusões
  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
-
+    }
 }