Skip to content

Commit 5dc6c41

Browse files
committed
format(util): format nvim 0.11 check function with stylua
1 parent cfebe84 commit 5dc6c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/dashboard/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local uv = vim.loop
22
local utils = {}
33

44
utils.is_win = uv.os_uname().version:match('Windows')
5-
local is_nvim_11_or_newer = vim.fn.has ('nvim-0.11') == 1
5+
local is_nvim_11_or_newer = vim.fn.has('nvim-0.11') == 1
66

77
function utils.path_join(...)
88
local path_sep = utils.is_win and '\\' or '/'

0 commit comments

Comments
 (0)