Explorar el Código

only load jdtls for ft=java

christianchiarulli hace 4 años
padre
commit
2aa02e2312
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lua/plugins.lua

+ 1 - 0
lua/plugins.lua

@@ -275,6 +275,7 @@ return require("packer").startup(function(use)
 
   use {
     "mfussenegger/nvim-jdtls",
+    ft = { "java" },
     disable = not O.lang.java.java_tools.active,
   }