Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix(core): Typo, accidentally throws version compatibility error.
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgmeean committed Aug 12, 2022
1 parent 94ca010 commit 2693dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Check if user is running Doom in a supported Neovim version before trying to load anything
if vim.fn.has("nvim-0.7.0") ~= 0 then
if vim.fn.has("nvim-0.7.0") ~= 1 then
local message = table.concat({
"You are using an unsupported version of Neovim.",
"",
Expand Down

0 comments on commit 2693dbf

Please sign in to comment.