diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-02-28 09:54:32 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-02-28 09:54:32 +0100 |
| commit | 28fae462be95a0573113c76d9d2641e73dd1b44e (patch) | |
| tree | 33f19ca3a12ffca36b0b5c34dd1466e36ee16292 /lua/visrc.lua | |
| parent | b759216c0ab22f03f8dbcdfbcaae9fa41d998949 (diff) | |
| download | vis-28fae462be95a0573113c76d9d2641e73dd1b44e.tar.gz vis-28fae462be95a0573113c76d9d2641e73dd1b44e.tar.xz | |
lua: move digraph handling to separate 'plugin'
Load a standard plugins directly from vis-std.lua.
Diffstat (limited to 'lua/visrc.lua')
| -rw-r--r-- | lua/visrc.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
