Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit cd394d6

Browse files
committed
fix issue#6
1 parent cd693b2 commit cd394d6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua/diagnostic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local vim = vim
2-
local util = require 'util'
2+
local util = require 'diagnostic.util'
33
local M = {}
44

55
M.bufferDiagnostic = {}
File renamed without changes.

lua/jumpLoc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local vim = vim
22
local api = vim.api
3-
local util = require'util'
3+
local util = require'diagnostic.util'
44
local diagnostic = require'diagnostic'
55
local M = {}
66

0 commit comments

Comments
 (0)