Skip to content

Commit

Permalink
chore(init): Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKJeff16 committed Jun 5, 2024
1 parent 5c12d5d commit d379e9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local maps_t = Types.user.maps
local Kmap = User.maps.kmap
local WK = User.maps.wk
local Util = User.util
local Notify = Util.notify

local exists = Check.exists.module -- Checks for missing modules
local is_nil = Check.value.is_nil
Expand All @@ -19,7 +20,7 @@ local vim_has = Check.exists.vim_has
local nop = User.maps.nop
local desc = Kmap.desc
local ft_get = Util.ft_get
local notify = Util.notify.notify
local notify = Notify.notify

_G.is_windows = vim_has('win32')

Expand Down

0 comments on commit d379e9e

Please sign in to comment.