blamer nvim - added if not windows condition
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
return{
|
|
||||||
|
if not vim.fn.has("win32") == 1 then
|
||||||
|
return{
|
||||||
"APZelos/blamer.nvim",
|
"APZelos/blamer.nvim",
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
return {
|
||||||
|
}
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user