We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73fe7c commit 4870914Copy full SHA for 4870914
1 file changed
lua/copilot/init.lua
@@ -5,13 +5,13 @@ local client = require("copilot.client")
5
local config = require("copilot.config")
6
7
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
+ --if vim.fn.has("nvim-0.11") == 0 then
+ --vim.notify_once(
+ --"[copilot.lua] Neovim 0.11+ will soon be required. Please upgrade your Neovim version if you wish to keep using this plugin.",
+ --vim.log.levels.WARN
+ --)
+ --return
+ --end
15
16
if M.setup_done then
17
return
0 commit comments