Skip to content

Commit 5bbe7a0

Browse files
author
Alejandro Baez
committed
init: small module load arrangement
1 parent 91848f3 commit 5bbe7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
-- @license MIT (see LICENSE)
66
-- @module init
77

8-
local completer = require("rust.autocomplete")
98
local api = require("rust.builder.api")
109
local tag = require("rust.builder.tag")
1110
local raw = require("rust.builder.raw")
11+
local completer = require("rust.autocomplete")
12+
local _keys = require("rust.keys")
13+
local _snippets = require("rust.snippets")
1214

1315
textadept.editing.api_files.rust = completer.api_files
1416
textadept.editing.autocompleters.rust = _RACER and
1517
completer.auto.racer or completer.auto.ctags
1618

17-
local _keys = require("rust.keys")
18-
local _snippets = require("rust.snippets")
1919

2020
if raw.get_project_name() then
2121
api.add_apitag(raw.get_project_name())

0 commit comments

Comments
 (0)