Added neocord dynamic toggle

This commit is contained in:
2024-09-30 22:39:27 +02:00
parent 87aa9b6c6a
commit e8a107ed44

View File

@@ -2,6 +2,13 @@
return { return {
"IogaMaster/neocord", "IogaMaster/neocord",
event = "VeryLazy", event = "VeryLazy",
enabled = function()
if vim.loop.os_uname().sysname == "Linux" then
return false
else
return true
end
end,
config = function() config = function()
local neocord = require("neocord") local neocord = require("neocord")