fix: load completions by default

insensitive-tab^2
TorchedSammy 2022-04-24 09:00:06 -04:00
parent 2790982ad1
commit 3bad452f95
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package.path = package.path .. ';' .. hilbish.dataDir .. '/?/init.lua'
require 'nature.hooks'
require 'nature.commands'
require 'nature.completions'
local shlvl = tonumber(os.getenv 'SHLVL')
if shlvl ~= nil then