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

Commit 3eeccbf

Browse files
committed
Refactor: move source into subdirectory
1 parent 054bc44 commit 3eeccbf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lua/completion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local vim = vim
22
local api = vim.api
33
local match = require'completion.matching'
4-
local source = require 'source'
4+
local source = require 'source.source'
55
local signature = require'completion.signature_help'
66
local hover = require'completion.hover'
77
local M = {}
File renamed without changes.

0 commit comments

Comments
 (0)