a lot more stuff
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
local branch = nil
|
||||
if vim.version().minor == 7 then
|
||||
if vim.fn.has("nvim-0.7.0") then
|
||||
branch = 'nvim-0.7'
|
||||
elseif vim.version().minor == 5 then
|
||||
elseif vim.fn.has("nvim-0.5.0") then
|
||||
branch = 'nvim-0.5'
|
||||
end
|
||||
|
||||
return { 'stevearc/dressing.nvim',
|
||||
disable = vim.version().minor < 5,
|
||||
disable = true or not vim.fn.has("nvim-0.5.0"),
|
||||
branch = branch,
|
||||
requires = 'nvim-telescope/telescope.nvim',
|
||||
function()
|
||||
|
Reference in New Issue
Block a user