fix(core): fix nvim version error not showing
This commit is contained in:
parent
ef19b15e4f
commit
c11986eaa5
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
|||
if not vim.fn.has('nvim-0.6') then
|
||||
if vim.fn.has('nvim-0.6') == 0 then
|
||||
error('Need NVIM 0.6 in order to run Cosmic!!')
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue