Added neocord dynamic toggle
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user