Skip to content

Commit 4870914

Browse files
committed
remove warning message
1 parent e73fe7c commit 4870914

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

lua/copilot/init.lua

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ local client = require("copilot.client")
55
local config = require("copilot.config")
66

77
M.setup = function(opts)
8-
if vim.fn.has("nvim-0.11") == 0 then
9-
vim.notify_once(
10-
"[copilot.lua] Neovim 0.11+ will soon be required. Please upgrade your Neovim version if you wish to keep using this plugin.",
11-
vim.log.levels.WARN
12-
)
13-
return
14-
end
8+
--if vim.fn.has("nvim-0.11") == 0 then
9+
--vim.notify_once(
10+
--"[copilot.lua] Neovim 0.11+ will soon be required. Please upgrade your Neovim version if you wish to keep using this plugin.",
11+
--vim.log.levels.WARN
12+
--)
13+
--return
14+
--end
1515

1616
if M.setup_done then
1717
return

0 commit comments

Comments
 (0)