mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 19:23:24 +00:00
fix: load completions by default
This commit is contained in:
parent
2790982ad1
commit
3bad452f95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user