Removed unused code

This commit is contained in:
2025-03-09 16:01:38 +01:00
parent 0c0d5b2d13
commit da424c5912

View File

@@ -1,14 +1,6 @@
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
"IogaMaster/neocord", "IogaMaster/neocord",
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")