mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 18:25:22 +02:00
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
This commit is contained in:
parent
623994af2a
commit
12c0a7441e
10 changed files with 62 additions and 50 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue