aboutsummaryrefslogblamecommitdiffstats
path: root/init.lua
blob: 60552a8ab9cf2d40df09a5c2e7e8cd69ae9ad765 (plain) (tree)
1
2
3
4
5
6
                                                           
                                                                                  

                                                      
 
                                              
-- Copyright (c) 2021 Florian Fischer. All rights reserved.
-- Use of this source code is governed by a MIT license found in the LICENSE file.
local source_str = debug.getinfo(1, 'S').source:sub(2)
local script_path = source_str:match('(.*/)')

return dofile(script_path .. 'spellcheck.lua')