blamer nvim - added if not windows condition

This commit is contained in:
Mitchell Hingley
2026-07-21 10:38:12 -04:00
parent ae329030db
commit 8c3f0256ff
+8 -2
View File
@@ -1,3 +1,9 @@
return{
if not vim.fn.has("win32") == 1 then
return{
"APZelos/blamer.nvim",
}
}
else
return {
}
end