Added neocord dynamic toggle
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
return {
|
||||
"IogaMaster/neocord",
|
||||
event = "VeryLazy",
|
||||
enabled = function()
|
||||
if vim.loop.os_uname().sysname == "Linux" then
|
||||
return false
|
||||
else
|
||||
return true
|
||||
end
|
||||
end,
|
||||
config = function()
|
||||
local neocord = require("neocord")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user