From 28fae462be95a0573113c76d9d2641e73dd1b44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 28 Feb 2017 09:54:32 +0100 Subject: lua: move digraph handling to separate 'plugin' Load a standard plugins directly from vis-std.lua. --- lua/visrc.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua/visrc.lua') diff --git a/lua/visrc.lua b/lua/visrc.lua index b344c47..9a06650 100644 --- a/lua/visrc.lua +++ b/lua/visrc.lua @@ -1,7 +1,5 @@ -- load standard vis module, providing parts of the Lua API require('vis') -require('plugins/filetype') -require('plugins/textobject-lexer') vis.events.subscribe(vis.events.INIT, function() -- Your global configuration options -- cgit v1.2.3