Update and tag breaking versions

This commit is contained in:
ViViDboarder 2022-08-31 11:45:26 -07:00
parent ba6d69e6a7
commit 759b797f25
2 changed files with 57 additions and 41 deletions

View File

@ -33,7 +33,14 @@ packer.init({
}) })
-- Load things faster! -- Load things faster!
use({ "lewis6991/impatient.nvim", config = [[require('impatient')]] }) use({
"lewis6991/impatient.nvim",
config = [[require('impatient')]],
commit = utils.map_version_rule({
[">0.6.0"] = utils.nil_val,
[">=0.5.0"] = "969f2c5",
}),
})
-- Let Packer manage and lazyload itself -- Let Packer manage and lazyload itself
use({ use({
@ -165,6 +172,7 @@ use({
}) })
-- Custom status line -- Custom status line
-- nvim-gps is deprecated in favor of https://github.com/SmiteshP/nvim-navic using LSP rather than TS
use({ "SmiteshP/nvim-gps", requires = "nvim-treesitter/nvim-treesitter" }) use({ "SmiteshP/nvim-gps", requires = "nvim-treesitter/nvim-treesitter" })
use({ use({
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
@ -201,7 +209,14 @@ use({
-- LSP -- LSP
-- Configure language servers -- Configure language servers
use("neovim/nvim-lspconfig") use({
"neovim/nvim-lspconfig",
tag = utils.map_version_rule({
[">=0.7.0"] = "v0.1.3",
[">=0.6.1"] = "v0.1.2",
[">=0.6.0"] = "v0.1.0",
}),
})
-- Install language servers -- Install language servers
use({ use({
@ -332,7 +347,8 @@ use({
"nvim-telescope/telescope-file-browser.nvim", "nvim-telescope/telescope-file-browser.nvim",
}, },
tag = utils.map_version_rule({ tag = utils.map_version_rule({
[">=0.7.0"] = utils.nil_val, -- Follow stable release tag
[">=0.7.0"] = "0.1.0",
[">=0.6.0"] = "nvim-0.6", [">=0.6.0"] = "nvim-0.6",
["<0.6.0"] = "nvim-0.5.1", ["<0.6.0"] = "nvim-0.5.1",
["==0.5.0"] = "nvim-0.5.0", ["==0.5.0"] = "nvim-0.5.0",

View File

@ -1,18 +1,18 @@
{ {
"LuaSnip": { "LuaSnip": {
"commit": "6b67cb1" "commit": "1843932"
}, },
"cmp-buffer": { "cmp-buffer": {
"commit": "d66c4c2" "commit": "3022dbc"
}, },
"cmp-nvim-lsp": { "cmp-nvim-lsp": {
"commit": "ebdfc20" "commit": "affe808"
}, },
"cmp-spell": { "cmp-spell": {
"commit": "5602f1a" "commit": "5602f1a"
}, },
"cmp_luasnip": { "cmp_luasnip": {
"commit": "b108297" "commit": "a9de941"
}, },
"colorbuddy.vim": { "colorbuddy.vim": {
"commit": "cdb5b06" "commit": "cdb5b06"
@ -24,67 +24,67 @@
"commit": "67c3590" "commit": "67c3590"
}, },
"friendly-snippets": { "friendly-snippets": {
"commit": "804c3f5" "commit": "e5a16f9"
}, },
"goyo.vim": { "goyo.vim": {
"commit": "a9c7283" "commit": "d0bb582"
}, },
"impatient.nvim": { "impatient.nvim": {
"commit": "2337df7" "commit": "b842e16"
}, },
"limelight.vim": { "limelight.vim": {
"commit": "eebac6c" "commit": "86aaec1"
}, },
"lsp_signature.nvim": { "lsp_signature.nvim": {
"commit": "a351509" "commit": "e65a638"
}, },
"lua-dev.nvim": { "lua-dev.nvim": {
"commit": "a0ee777" "commit": "f5c3193"
}, },
"lualine.nvim": { "lualine.nvim": {
"commit": "18a07f7" "commit": "3cf4540"
}, },
"lush.nvim": { "lush.nvim": {
"commit": "87e9039" "commit": "6b9f399"
}, },
"null-ls.nvim": { "null-ls.nvim": {
"commit": "a887bd6" "commit": "de75168"
}, },
"nvim-cmp": { "nvim-cmp": {
"commit": "2aa7eee" "commit": "b588569"
}, },
"nvim-colorizer.lua": { "nvim-colorizer.lua": {
"commit": "36c610a" "commit": "36c610a"
}, },
"nvim-gps": { "nvim-gps": {
"commit": "49f68ec" "commit": "f4734df"
}, },
"nvim-lsp-installer": { "nvim-lsp-installer": {
"commit": "e68ac4a" "commit": "ae913cb"
}, },
"nvim-lspconfig": { "nvim-lspconfig": {
"commit": "ad9903c" "commit": "99596a8"
}, },
"nvim-notify": { "nvim-notify": {
"commit": "2c8f744" "commit": "cf5dc4f"
}, },
"nvim-solarized-lua": { "nvim-solarized-lua": {
"commit": "995ae7e" "commit": "faba49b"
}, },
"nvim-treesitter": { "nvim-treesitter": {
"commit": "a8bce85" "commit": "a1893234"
}, },
"nvim-treesitter-refactor": { "nvim-treesitter-refactor": {
"commit": "0dc8069" "commit": "75f5895"
}, },
"nvim-treesitter-textobjects": { "nvim-treesitter-textobjects": {
"commit": "29c5e9e" "commit": "6dcd228"
}, },
"packer.nvim": { "packer.nvim": {
"commit": "4dedd3b" "commit": "b32b982"
}, },
"plenary.nvim": { "plenary.nvim": {
"commit": "9069d14" "commit": "a3dafaa"
}, },
"popup.nvim": { "popup.nvim": {
"commit": "b7404d3" "commit": "b7404d3"
@ -96,13 +96,13 @@
"commit": "dfa57f5" "commit": "dfa57f5"
}, },
"tcomment_vim": { "tcomment_vim": {
"commit": "3729ae4" "commit": "e77e1bf"
}, },
"telescope-file-browser.nvim": { "telescope-file-browser.nvim": {
"commit": "c6f5104" "commit": "00a814a"
}, },
"telescope.nvim": { "telescope.nvim": {
"commit": "6e7ed1b" "commit": "b79cd6c"
}, },
"todo-comments.nvim": { "todo-comments.nvim": {
"commit": "98b1ebf" "commit": "98b1ebf"
@ -111,49 +111,49 @@
"commit": "8223c97" "commit": "8223c97"
}, },
"trouble.nvim": { "trouble.nvim": {
"commit": "691d490" "commit": "da61737"
}, },
"vim-android": { "vim-android": {
"commit": "e9d03b1" "commit": "8911f86"
}, },
"vim-argwrap": { "vim-argwrap": {
"commit": "0faba07" "commit": "feaba6b"
}, },
"vim-endwise": { "vim-endwise": {
"commit": "720b3ee" "commit": "4e5c835"
}, },
"vim-eunuch": { "vim-eunuch": {
"commit": "7d81275" "commit": "63da2dd"
}, },
"vim-forcedotcom": { "vim-forcedotcom": {
"commit": "a30ba7e" "commit": "a30ba7e"
}, },
"vim-fugitive": { "vim-fugitive": {
"commit": "4b0f2b6" "commit": "b411b75"
}, },
"vim-grepper": { "vim-grepper": {
"commit": "2b93535" "commit": "2b93535"
}, },
"vim-gutentags": { "vim-gutentags": {
"commit": "50705e8" "commit": "b77b8fa"
}, },
"vim-pencil": { "vim-pencil": {
"commit": "5b4110d" "commit": "5b4110d"
}, },
"vim-polyglot": { "vim-polyglot": {
"commit": "db7bb8ba" "commit": "38282d58"
}, },
"vim-repeat": { "vim-repeat": {
"commit": "24afe92" "commit": "24afe92"
}, },
"vim-rsi": { "vim-rsi": {
"commit": "e181883" "commit": "4c673fb"
}, },
"vim-startify": { "vim-startify": {
"commit": "81e36c3" "commit": "81e36c3"
}, },
"vim-surround": { "vim-surround": {
"commit": "81fc0ec" "commit": "bf3480d"
}, },
"vim-textobj-sentence": { "vim-textobj-sentence": {
"commit": "c5dd562" "commit": "c5dd562"
@ -168,7 +168,7 @@
"commit": "bb1bcdd" "commit": "bb1bcdd"
}, },
"which-key.nvim": { "which-key.nvim": {
"commit": "a3c19ec" "commit": "bd4411a"
}, },
"wombat.nvim": { "wombat.nvim": {
"commit": "96989b1" "commit": "96989b1"