mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-02 07:53:30 +02:00
stylua added rule
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
if not vim.F then
|
||||
vim.F = {}
|
||||
end
|
||||
if not vim.F then vim.F = {} end
|
||||
|
||||
if not vim.F.if_nil and not vim.nonnil then
|
||||
vim.F.if_nil = function(value, default)
|
||||
if value == nil then
|
||||
return default
|
||||
end
|
||||
if value == nil then return default end
|
||||
return value
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user