diff options
Diffstat (limited to 'lua/visrc.lua')
| -rw-r--r-- | lua/visrc.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/visrc.lua b/lua/visrc.lua index 95aa1c0..4c44f6a 100644 --- a/lua/visrc.lua +++ b/lua/visrc.lua @@ -1,5 +1,7 @@ -- load standard vis module, providing parts of the Lua API require('vis') +require('plugins/filetype') +require('plugins/textobject-lexer') vis.events.start = function() -- Your global configuration options e.g. |
