aboutsummaryrefslogtreecommitdiff
path: root/lua/vis.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/vis.lua')
-rw-r--r--lua/vis.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/lua/vis.lua b/lua/vis.lua
index 97350a7..f1aff45 100644
--- a/lua/vis.lua
+++ b/lua/vis.lua
@@ -5,14 +5,7 @@
---
-- @type Vis
-local ok, msg = pcall(function()
- vis.lexers = {}
- vis.lexers = require('lexer')
-end)
-
-if not ok then
- vis:info('WARNING: could not load lexer module, is lpeg installed?')
-end
+vis.lexers = {}
--- Map a new motion.
--