Fix 0.7 packages

This commit is contained in:
ViViDboarder 2023-06-28 04:44:11 +00:00
parent 7a275315f0
commit c077ee967c
2 changed files with 56 additions and 48 deletions

View File

@ -349,7 +349,8 @@ use({
"nvim-treesitter/nvim-treesitter-textobjects", "nvim-treesitter/nvim-treesitter-textobjects",
requires = "nvim-treesitter/nvim-treesitter", requires = "nvim-treesitter/nvim-treesitter",
commit = utils.map_version_rule({ commit = utils.map_version_rule({
[">=0.7.0"] = utils.nil_val, [">=0.8.0"] = utils.nil_val,
[">=0.7.0"] = "8673926519ea61069f9c1366d1ad1949316d250e",
["<0.7.0"] = "eca3bf30334f85259d41dc060d50994f8f91ef7d", ["<0.7.0"] = "eca3bf30334f85259d41dc060d50994f8f91ef7d",
}), }),
}) })
@ -487,6 +488,10 @@ use({
use({ use({
"stevearc/dressing.nvim", "stevearc/dressing.nvim",
branch = utils.map_version_rule({
[">=0.8.0"] = utils.nil_val,
["<0.8.0"] = "nvim-0.7",
}),
config = function() config = function()
require("dressing").setup({}) require("dressing").setup({})
end, end,

View File

@ -1,18 +1,18 @@
{ {
"LuaSnip": { "LuaSnip": {
"commit": "1843932" "commit": "500981f"
}, },
"cmp-buffer": { "cmp-buffer": {
"commit": "3022dbc" "commit": "3022dbc"
}, },
"cmp-nvim-lsp": { "cmp-nvim-lsp": {
"commit": "affe808" "commit": "44b16d1"
}, },
"cmp-spell": { "cmp-spell": {
"commit": "5602f1a" "commit": "60584cb"
}, },
"cmp_luasnip": { "cmp_luasnip": {
"commit": "a9de941" "commit": "1809552"
}, },
"colorbuddy.vim": { "colorbuddy.vim": {
"commit": "cdb5b06" "commit": "cdb5b06"
@ -20,98 +20,101 @@
"dark-notify": { "dark-notify": {
"commit": "891adc0" "commit": "891adc0"
}, },
"dressing.nvim": {
"commit": "f16d758"
},
"file-line": { "file-line": {
"commit": "67c3590" "commit": "67c3590"
}, },
"friendly-snippets": { "friendly-snippets": {
"commit": "e5a16f9" "commit": "5749f09"
}, },
"goyo.vim": { "goyo.vim": {
"commit": "d0bb582" "commit": "fa0263d"
}, },
"impatient.nvim": { "impatient.nvim": {
"commit": "b842e16" "commit": "47302af"
}, },
"limelight.vim": { "limelight.vim": {
"commit": "86aaec1" "commit": "86aaec1"
}, },
"lsp_signature.nvim": { "lsp_signature.nvim": {
"commit": "e65a638" "commit": "17ff7a4"
},
"lua-dev.nvim": {
"commit": "f5c3193"
}, },
"lualine.nvim": { "lualine.nvim": {
"commit": "3cf4540" "commit": "05d78e9"
}, },
"lush.nvim": { "lush.nvim": {
"commit": "6b9f399" "commit": "789a2fb"
},
"mason-lspconfig.nvim": {
"commit": "c993ca5"
},
"mason.nvim": {
"commit": "db58ec7"
},
"neodev.nvim": {
"commit": "02bfa37"
}, },
"null-ls.nvim": { "null-ls.nvim": {
"commit": "de75168" "commit": "6cc5477"
}, },
"nvim-cmp": { "nvim-cmp": {
"commit": "b588569" "commit": "e1f1b40"
}, },
"nvim-colorizer.lua": { "nvim-colorizer.lua": {
"commit": "36c610a" "commit": "36c610a"
}, },
"nvim-gps": {
"commit": "f4734df"
},
"nvim-lsp-installer": {
"commit": "ae913cb"
},
"nvim-lspconfig": { "nvim-lspconfig": {
"commit": "99596a8" "commit": "b6b34b9"
},
"nvim-navic": {
"commit": "32cff45"
}, },
"nvim-notify": { "nvim-notify": {
"commit": "cf5dc4f" "commit": "ea9c8ce"
}, },
"nvim-solarized-lua": { "nvim-solarized-lua": {
"commit": "faba49b" "commit": "7bd46fa"
}, },
"nvim-treesitter": { "nvim-treesitter": {
"commit": "a1893234" "commit": "4cccb6f4"
},
"nvim-treesitter-refactor": {
"commit": "75f5895"
}, },
"nvim-treesitter-textobjects": { "nvim-treesitter-textobjects": {
"commit": "6dcd228" "commit": "8673926"
}, },
"packer.nvim": { "packer.nvim": {
"commit": "b32b982" "commit": "1d0cf98"
}, },
"plenary.nvim": { "plenary.nvim": {
"commit": "a3dafaa" "commit": "36aaceb"
}, },
"popup.nvim": { "popup.nvim": {
"commit": "b7404d3" "commit": "b7404d3"
}, },
"rust.vim": { "rust-tools.nvim": {
"commit": "4aa69b8" "commit": "71d2cf6"
}, },
"startuptime.vim": { "startuptime.vim": {
"commit": "dfa57f5" "commit": "dfa57f5"
}, },
"tcomment_vim": { "tcomment_vim": {
"commit": "e77e1bf" "commit": "b4930f9"
}, },
"telescope-file-browser.nvim": { "telescope-file-browser.nvim": {
"commit": "00a814a" "commit": "acf2ead"
}, },
"telescope.nvim": { "telescope.nvim": {
"commit": "b79cd6c" "commit": "b79cd6c"
}, },
"todo-comments.nvim": { "todo-comments.nvim": {
"commit": "98b1ebf" "commit": "7b8f174"
}, },
"tokyonight.nvim": { "tokyonight.nvim": {
"commit": "8223c97" "commit": "fd0a005"
}, },
"trouble.nvim": { "trouble.nvim": {
"commit": "da61737" "commit": "a0f2375"
}, },
"vim-android": { "vim-android": {
"commit": "8911f86" "commit": "8911f86"
@ -120,40 +123,40 @@
"commit": "feaba6b" "commit": "feaba6b"
}, },
"vim-endwise": { "vim-endwise": {
"commit": "4e5c835" "commit": "e714ac3"
}, },
"vim-eunuch": { "vim-eunuch": {
"commit": "63da2dd" "commit": "291ef1f"
}, },
"vim-forcedotcom": { "vim-forcedotcom": {
"commit": "a30ba7e" "commit": "a30ba7e"
}, },
"vim-fugitive": { "vim-fugitive": {
"commit": "b411b75" "commit": "5a24c25"
}, },
"vim-grepper": { "vim-grepper": {
"commit": "2b93535" "commit": "2b93535"
}, },
"vim-gutentags": { "vim-gutentags": {
"commit": "b77b8fa" "commit": "1337b18"
}, },
"vim-pencil": { "vim-pencil": {
"commit": "5b4110d" "commit": "6d70438"
}, },
"vim-polyglot": { "vim-polyglot": {
"commit": "38282d58" "commit": "bc8a81d3"
}, },
"vim-repeat": { "vim-repeat": {
"commit": "24afe92" "commit": "24afe92"
}, },
"vim-rsi": { "vim-rsi": {
"commit": "4c673fb" "commit": "4554063"
}, },
"vim-startify": { "vim-startify": {
"commit": "81e36c3" "commit": "81e36c3"
}, },
"vim-surround": { "vim-surround": {
"commit": "bf3480d" "commit": "3d188ed"
}, },
"vim-textobj-sentence": { "vim-textobj-sentence": {
"commit": "c5dd562" "commit": "c5dd562"
@ -168,7 +171,7 @@
"commit": "bb1bcdd" "commit": "bb1bcdd"
}, },
"which-key.nvim": { "which-key.nvim": {
"commit": "bd4411a" "commit": "e271c28"
}, },
"wombat.nvim": { "wombat.nvim": {
"commit": "96989b1" "commit": "96989b1"