diff options
| author | Luc Sinet <[email protected]> | 2021-07-26 19:14:23 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-26 13:14:23 -0400 | 
| commit | 12c0a7441e6a18ee140b68cf8fc6d1c6468fd699 (patch) | |
| tree | 521e00ac68eb6d094222897b91d13b57701a1588 /lua/lsp | |
| parent | 623994af2ae71a575fe5fc544e4bde36fdcdf006 (diff) | |
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils
* Move commands defined in utils into core/commands.lua
Diffstat (limited to 'lua/lsp')
| -rw-r--r-- | lua/lsp/init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lsp/init.lua b/lua/lsp/init.lua index 827753c6..75d2d3a6 100644 --- a/lua/lsp/init.lua +++ b/lua/lsp/init.lua @@ -301,7 +301,7 @@ end  function lsp_config.setup(lang)    local lang_server = lvim.lang[lang].lsp    local provider = lang_server.provider -  if require("lv-utils").check_lsp_client_active(provider) then +  if require("utils").check_lsp_client_active(provider) then      return    end | 
