fix: nvim: add condition to cmp-fish
This commit is contained in:
parent
9bdeeb7fad
commit
9fe0875062
1 changed files with 3 additions and 0 deletions
|
@ -105,6 +105,9 @@ require('lazy').setup({
|
||||||
{
|
{
|
||||||
"mtoohey31/cmp-fish",
|
"mtoohey31/cmp-fish",
|
||||||
ft = 'fish',
|
ft = 'fish',
|
||||||
|
cond = function()
|
||||||
|
return vim.fn.has('win32') == 0
|
||||||
|
end
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue