mirror of
https://github.com/ethersync/ethersync.git
synced 2025-08-02 04:07:29 +03:00
refactor(nvim): insert "ethersync" to each module
not to pollute lua package.loaded namespaces with general terms.
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
local sync = require("vim.lsp.sync")
|
local sync = require("vim.lsp.sync")
|
||||||
local utils = require("utils")
|
local utils = require("ethersync.utils")
|
||||||
local debug = require("logging").debug
|
local debug = require("ethersync.logging").debug
|
||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
@@ -3,9 +3,9 @@
|
|||||||
--
|
--
|
||||||
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
-- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
local changetracker = require("changetracker")
|
local changetracker = require("ethersync.changetracker")
|
||||||
local cursor = require("cursor")
|
local cursor = require("ethersync.cursor")
|
||||||
local debug = require("logging").debug
|
local debug = require("ethersync.logging").debug
|
||||||
|
|
||||||
-- JSON-RPC connection.
|
-- JSON-RPC connection.
|
||||||
local client
|
local client
|
||||||
|
|||||||
Reference in New Issue
Block a user