[Refactor] remove lv prefix (#1112)

* Rename lv-utils into utils

* Move commands defined in utils into core/commands.lua
This commit is contained in:
Luc Sinet 2021-07-26 19:14:23 +02:00 committed by GitHub
parent 623994af2a
commit 12c0a7441e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 62 additions and 50 deletions

View file

@ -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