Browse Source

idk how python got there

Chris 4 năm trước cách đây
mục cha
commit
425b312799
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lua/lsp/init.lua

+ 0 - 1
lua/lsp/init.lua

@@ -292,7 +292,6 @@ end
 
 function lsp_config.setup(lang)
   local lang_server = lvim.lang[lang].lsp
-  require("lsp.null-ls").setup "python"
   local provider = lang_server.provider
   if require("lv-utils").check_lsp_client_active(provider) then
     return