From abc9f2764d3c4500a3c95e162d72e38c7e473f33 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Tue, 16 Nov 2021 14:55:45 +0000 Subject: feat: support new null-ls (#1955) --- lua/lvim/plugins.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 77ed1ebf..8af96e6e 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -2,7 +2,7 @@ local commit = { packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823", lsp_config = "903a1fbca91b74e6fbc905366ce38364b9d7ba98", nlsp_settings = "29f49afe27b43126d45a05baf3161a28b929f2f1", - null_ls = "3bf64acca268f3d7e0455501b82cf3f02f38c292", + null_ls = "cf2bc3185af066cb25f1bf6faa99727e2c47ef77", fix_cursor_hold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", lsp_installer = "37d9326f4ca4093b04eabdb697fec3764e226f88", nvim_notify = "ee79a5e2f8bde0ebdf99880a98d1312da83a3caa", @@ -40,7 +40,10 @@ return { { "wbthomason/packer.nvim", commit = commit.packer }, { "neovim/nvim-lspconfig", commit = commit.lsp_config }, { "tamago324/nlsp-settings.nvim", commit = commit.nlsp_settings }, - { "jose-elias-alvarez/null-ls.nvim", commit = commit.null_ls }, + { + "jose-elias-alvarez/null-ls.nvim", + commit = commit.null_ls, + }, { "antoinemadec/FixCursorHold.nvim", commit = commit.fix_cursor_hold }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open { "williamboman/nvim-lsp-installer", -- cgit v1.2.3 From 24be0ef1ef36b8cc725655e920104e9676b72f25 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 27 Nov 2021 15:22:43 +0100 Subject: chore: bump core-plugins version (#1989) --- lua/lvim/plugins.lua | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 8af96e6e..6a131390 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -1,53 +1,53 @@ local commit = { - packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823", - lsp_config = "903a1fbca91b74e6fbc905366ce38364b9d7ba98", - nlsp_settings = "29f49afe27b43126d45a05baf3161a28b929f2f1", - null_ls = "cf2bc3185af066cb25f1bf6faa99727e2c47ef77", - fix_cursor_hold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", - lsp_installer = "37d9326f4ca4093b04eabdb697fec3764e226f88", - nvim_notify = "ee79a5e2f8bde0ebdf99880a98d1312da83a3caa", - structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", - popup = "f91d80973f80025d4ed00380f2e06c669dfda49d", - plenary = "96e821e8001c21bc904d3c15aa96a70c11462c5f", - telescope = "078a48db9e0720b07bfcb8b59342c5305a1d1fdc", - telescope_fzf_native = "59e38e1661ffdd586cb7fc22ca0b5a05c7caf988", - nvim_cmp = "ca6386854982199a532150cf3bd711395475ebd2", - friendly_snippets = "94f1d917435c71bc6494d257afa90d4c9449aed2", - autopairs = "f858ab38b532715dbaf7b2773727f8622ba04322", - treesitter = "47cfda2c6711077625c90902d7722238a8294982", - context_commentstring = "159c5b9a2cdb8a8fe342078b7ac8139de76bad62", - nvim_tree = "f92b7e7627c5a36f4af6814c408211539882c4f3", - gitsigns = "61a81b0c003de3e12555a5626d66fb6a060d8aca", - which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", - comment = "620445b87a0d1640fac6991f9c3338af8dec1884", - project = "3a1f75b18f214064515ffba48d1eb7403364cc6a", - nvim_web_devicons = "ee101462d127ed6a5561ce9ce92bfded87d7d478", - lualine = "3f5cdc51a08c437c7705e283eebd4cf9fbb18f80", barbar = "6e638309efcad2f308eb9c5eaccf6f62b794bbab", - dap = "dd778f65dc95323f781f291fb7c5bf3c17d057b1", - dap_install = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", - toggleterm = "5f9ba91157a25be5ee7395fbc11b1a8f25938365", - luasnip = "bab7cc2c32fba00776d2f2fc4704bed4eee2d082", + cmp_buffer = "a706dc69c49110038fe570e5c9c33d6d4f67015b", cmp_luasnip = "16832bb50e760223a403ffa3042859845dd9ef9d", - cmp_buffer = "d1ca295ce584ec80763a6dc043080874b57ccffc", - cmp_nvim_lsp = "accbe6d97548d8d3471c04d512d36fa61d0e4be8", - cmp_path = "97661b00232a2fe145fe48e295875bc3299ed1f7", + cmp_nvim_lsp = "134117299ff9e34adde30a735cd8ca9cf8f3db81", cmp_nvim_lua = "d276254e7198ab7d00f117e88e223b4bd8c02d21", + cmp_path = "81518cf6ae29f5f0c79cd47770ae90ff5225ee13", + comment = "a6e1c127fa7f19ec4e3edbffab1aacb2852b6db3", + dapinstall = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", + fixcursorhold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", + friendly_snippets = "0806607c4c49b6823cf4155cf0c30bc28934dea2", + gitsigns = "95845ef39ce0a98f68cdfdcf7dd586c5e965acc7", + lualine = "cf75e1af5a1cafaa0866cf8a11632f48b430115d", + luasnip = "f400b978b1dbca96e9e190b7009c415c09b8924c", + nlsp_settings = "1e75ac7733f6492b501a7594870cf75c4ee23e81", + null_ls = "b07ce47f02c7b12ad65bfb4da215c6380228a959", + nvim_autopairs = "fba2503bd8cd0d8861054523aae39c4ac0680c07", + nvim_cmp = "ca6386854982199a532150cf3bd711395475ebd2", + nvim_dap = "4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1", + nvim_lsp_installer = "52183c68baf9019c8241b1abf33ba0b6594ab3c8", + nvim_lspconfig = "b53f89c16bcc8052aa56d3a903fcad3aaa774041", + nvim_notify = "54375b724637eb6f29085c582318ae1fd042e717", + nvim_tree = "5d8453dfbd34ab00cb3e8ce39660f9a54cdd35f3", + nvim_treesitter = "47cfda2c6711077625c90902d7722238a8294982", + nvim_ts_context_commentstring = "9f5e422e1030e7073e593ad32c5354aa0bcb0176", + nvim_web_devicons = "8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb", + packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823", + plenary = "1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac", + popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac", + project = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538", + structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", + telescope = "b415e862bf248d66c40e242de4a0c76c68e278f1", + telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", + toggleterm = "265bbff68fbb8b2a5fb011272ec469850254ec9f", + which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", } return { -- Packer can manage itself as an optional plugin { "wbthomason/packer.nvim", commit = commit.packer }, - { "neovim/nvim-lspconfig", commit = commit.lsp_config }, + { "neovim/nvim-lspconfig", commit = commit.nvim_lspconfig }, { "tamago324/nlsp-settings.nvim", commit = commit.nlsp_settings }, { "jose-elias-alvarez/null-ls.nvim", commit = commit.null_ls, }, - { "antoinemadec/FixCursorHold.nvim", commit = commit.fix_cursor_hold }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open + { "antoinemadec/FixCursorHold.nvim", commit = commit.fixcursorhold }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open { "williamboman/nvim-lsp-installer", - commit = commit.lsp_installer, + commit = commit.nvim_lsp_installer, }, { "rcarriga/nvim-notify", @@ -121,7 +121,7 @@ return { -- Autopairs { "windwp/nvim-autopairs", - commit = commit.autopairs, + commit = commit.nvim_autopairs, -- event = "InsertEnter", config = function() require("lvim.core.autopairs").setup() @@ -141,7 +141,7 @@ return { }, { "JoosepAlviste/nvim-ts-context-commentstring", - commit = commit.context_commentstring, + commit = commit.nvim_ts_context_commentstring, event = "BufReadPost", }, @@ -228,7 +228,7 @@ return { -- Debugging { "mfussenegger/nvim-dap", - commit = commit.dap, + commit = commit.nvim_dap, -- event = "BufWinEnter", config = function() require("lvim.core.dap").setup() @@ -239,7 +239,7 @@ return { -- Debugger management { "Pocco81/DAPInstall.nvim", - commit = commit.dap_install, + commit = commit.dapinstall, -- event = "BufWinEnter", -- event = "BufRead", disable = not lvim.builtin.dap.active, -- cgit v1.2.3 From 5c0ccff78f199c46aea47fa756e7c748477e5c65 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 28 Nov 2021 16:52:56 +0100 Subject: fix: correct order for cmp's setup (#1999) --- lua/lvim/plugins.lua | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 6a131390..6d59926e 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -15,7 +15,7 @@ local commit = { nlsp_settings = "1e75ac7733f6492b501a7594870cf75c4ee23e81", null_ls = "b07ce47f02c7b12ad65bfb4da215c6380228a959", nvim_autopairs = "fba2503bd8cd0d8861054523aae39c4ac0680c07", - nvim_cmp = "ca6386854982199a532150cf3bd711395475ebd2", + nvim_cmp = "092fb66b6ddb4b12b9b542d105d7af40e4fbd9f2", nvim_dap = "4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1", nvim_lsp_installer = "52183c68baf9019c8241b1abf33ba0b6594ab3c8", nvim_lspconfig = "b53f89c16bcc8052aa56d3a903fcad3aaa774041", @@ -78,44 +78,50 @@ return { "hrsh7th/nvim-cmp", commit = commit.nvim_cmp, config = function() - require("lvim.core.cmp").setup() - end, - run = function() - -- cmp's config requires cmp to be installed to run the first time - if not lvim.builtin.cmp then - require("lvim.core.cmp").config() + if lvim.builtin.cmp then + require("lvim.core.cmp").setup() end end, + requires = { + "L3MON4D3/LuaSnip", + "rafamadriz/friendly-snippets", + }, + module = "cmp", }, { "rafamadriz/friendly-snippets", commit = commit.friendly_snippets, - -- event = "InsertCharPre", - -- disable = not lvim.builtin.compe.active, }, { "L3MON4D3/LuaSnip", + config = function() + require("luasnip/loaders/from_vscode").lazy_load() + end, commit = commit.luasnip, }, + { + "hrsh7th/cmp-nvim-lsp", + commit = commit.cmp_nvim_lsp, + }, { "saadparwaiz1/cmp_luasnip", commit = commit.cmp_luasnip, + after = "cmp", }, { "hrsh7th/cmp-buffer", commit = commit.cmp_buffer, - }, - { - "hrsh7th/cmp-nvim-lsp", - commit = commit.cmp_nvim_lsp, + after = "cmp", }, { "hrsh7th/cmp-path", commit = commit.cmp_path, + after = "cmp", }, { "hrsh7th/cmp-nvim-lua", commit = commit.cmp_nvim_lua, + after = "cmp", }, -- Autopairs -- cgit v1.2.3 From 3a2367b7065f617cf47278912475a517981ec248 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 28 Nov 2021 21:54:45 +0100 Subject: fix(cmp): revert broken sequential loading (#2002) --- lua/lvim/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 6d59926e..14691272 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -86,7 +86,6 @@ return { "L3MON4D3/LuaSnip", "rafamadriz/friendly-snippets", }, - module = "cmp", }, { "rafamadriz/friendly-snippets", @@ -106,22 +105,18 @@ return { { "saadparwaiz1/cmp_luasnip", commit = commit.cmp_luasnip, - after = "cmp", }, { "hrsh7th/cmp-buffer", commit = commit.cmp_buffer, - after = "cmp", }, { "hrsh7th/cmp-path", commit = commit.cmp_path, - after = "cmp", }, { "hrsh7th/cmp-nvim-lua", commit = commit.cmp_nvim_lua, - after = "cmp", }, -- Autopairs -- cgit v1.2.3 From 8641c38c862d3e9818791673a9366831b81ff603 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:12:13 +0100 Subject: fix(nvimtree): update settings (#2001) --- lua/lvim/plugins.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 14691272..5b3701c3 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -4,24 +4,24 @@ local commit = { cmp_luasnip = "16832bb50e760223a403ffa3042859845dd9ef9d", cmp_nvim_lsp = "134117299ff9e34adde30a735cd8ca9cf8f3db81", cmp_nvim_lua = "d276254e7198ab7d00f117e88e223b4bd8c02d21", - cmp_path = "81518cf6ae29f5f0c79cd47770ae90ff5225ee13", + cmp_path = "4fe14cf56288200614950fe57525ac6340f49d5a", comment = "a6e1c127fa7f19ec4e3edbffab1aacb2852b6db3", dapinstall = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", fixcursorhold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", friendly_snippets = "0806607c4c49b6823cf4155cf0c30bc28934dea2", gitsigns = "95845ef39ce0a98f68cdfdcf7dd586c5e965acc7", - lualine = "cf75e1af5a1cafaa0866cf8a11632f48b430115d", - luasnip = "f400b978b1dbca96e9e190b7009c415c09b8924c", + lualine = "1ae4f0aa74f0b34222c5ef3281b34602a76b2b00", + luasnip = "e63b58600f91681f744fc180ae13ce2800b5e29a", nlsp_settings = "1e75ac7733f6492b501a7594870cf75c4ee23e81", null_ls = "b07ce47f02c7b12ad65bfb4da215c6380228a959", nvim_autopairs = "fba2503bd8cd0d8861054523aae39c4ac0680c07", nvim_cmp = "092fb66b6ddb4b12b9b542d105d7af40e4fbd9f2", nvim_dap = "4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1", - nvim_lsp_installer = "52183c68baf9019c8241b1abf33ba0b6594ab3c8", - nvim_lspconfig = "b53f89c16bcc8052aa56d3a903fcad3aaa774041", - nvim_notify = "54375b724637eb6f29085c582318ae1fd042e717", - nvim_tree = "5d8453dfbd34ab00cb3e8ce39660f9a54cdd35f3", - nvim_treesitter = "47cfda2c6711077625c90902d7722238a8294982", + nvim_lsp_installer = "f5734a4a64d0c220e59ee53b80756224e93a0236", + nvim_lspconfig = "d9aa848da3905e0f8153e546d7b630d3d13e0435", + nvim_notify = "9ac4202ed3c5afa92498b83dd28dcde19576ab1f", + nvim_tree = "e842f088847c98da59e14eb543bde11c45c87ef7", + nvim_treesitter = "678a7857911f20cc9445aa13d28c454ae72483f5", nvim_ts_context_commentstring = "9f5e422e1030e7073e593ad32c5354aa0bcb0176", nvim_web_devicons = "8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb", packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823", @@ -29,7 +29,7 @@ local commit = { popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac", project = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538", structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", - telescope = "b415e862bf248d66c40e242de4a0c76c68e278f1", + telescope = "ed4adba6d0083a14cabf5837f2511b2617a45593", telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", toggleterm = "265bbff68fbb8b2a5fb011272ec469850254ec9f", which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", -- cgit v1.2.3 From 3cae67b08b387964582b83fc28af7270cc326773 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:02:06 +0100 Subject: chore: bump core-plugins' version (#2018) --- lua/lvim/plugins.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 5b3701c3..936533d5 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -4,32 +4,32 @@ local commit = { cmp_luasnip = "16832bb50e760223a403ffa3042859845dd9ef9d", cmp_nvim_lsp = "134117299ff9e34adde30a735cd8ca9cf8f3db81", cmp_nvim_lua = "d276254e7198ab7d00f117e88e223b4bd8c02d21", - cmp_path = "4fe14cf56288200614950fe57525ac6340f49d5a", + cmp_path = "e30d3fdee650a07330654efab1951b2f1b91435e", comment = "a6e1c127fa7f19ec4e3edbffab1aacb2852b6db3", dapinstall = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", fixcursorhold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", - friendly_snippets = "0806607c4c49b6823cf4155cf0c30bc28934dea2", - gitsigns = "95845ef39ce0a98f68cdfdcf7dd586c5e965acc7", + friendly_snippets = "e3506d575e120253b4aa47ec2100786fd1e9c38d", + gitsigns = "9678750f209671551c335c4f22658a6554c2f439", lualine = "1ae4f0aa74f0b34222c5ef3281b34602a76b2b00", - luasnip = "e63b58600f91681f744fc180ae13ce2800b5e29a", - nlsp_settings = "1e75ac7733f6492b501a7594870cf75c4ee23e81", - null_ls = "b07ce47f02c7b12ad65bfb4da215c6380228a959", + luasnip = "7fc3cc24f3c1f1a43e861f589ca48ff3dff0b213", + nlsp_settings = "199bc1b2859206488423b676da4a7d010b1a3373", + null_ls = "128b8d85506e44f1e7e0f4acd9f2ba02fc7cee05", nvim_autopairs = "fba2503bd8cd0d8861054523aae39c4ac0680c07", - nvim_cmp = "092fb66b6ddb4b12b9b542d105d7af40e4fbd9f2", + nvim_cmp = "d17d41bdbd4731759d1b3d368204dc18ce3c84f3", nvim_dap = "4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1", - nvim_lsp_installer = "f5734a4a64d0c220e59ee53b80756224e93a0236", - nvim_lspconfig = "d9aa848da3905e0f8153e546d7b630d3d13e0435", - nvim_notify = "9ac4202ed3c5afa92498b83dd28dcde19576ab1f", + nvim_lsp_installer = "a4016db22296e4eefbcda2e8b94de74db2d7cb65", + nvim_lspconfig = "5b8624c1bcd332e9fd7ae33a2ca910adb31a7ae7", + nvim_notify = "36012703049bc7be9d4de97cb96c6d17ccf978cd", nvim_tree = "e842f088847c98da59e14eb543bde11c45c87ef7", - nvim_treesitter = "678a7857911f20cc9445aa13d28c454ae72483f5", + nvim_treesitter = "8d1547f0bcd0831876678eeb238c3ba9a528189b", nvim_ts_context_commentstring = "9f5e422e1030e7073e593ad32c5354aa0bcb0176", nvim_web_devicons = "8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb", - packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823", + packer = "db3c3e3379613443d94e677a6ac3f61278e36e47", plenary = "1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac", popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac", project = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538", structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", - telescope = "ed4adba6d0083a14cabf5837f2511b2617a45593", + telescope = "ef245548a858690fa8f2db1f1a0eaf41b93a6ef6", telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", toggleterm = "265bbff68fbb8b2a5fb011272ec469850254ec9f", which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", -- cgit v1.2.3 From ef5ca00df50b7d7ece7a794bcfe8a3bd7d37720d Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 4 Dec 2021 14:02:47 +0100 Subject: chore: bump core-plugins version (#2031) --- lua/lvim/plugins.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 936533d5..a7d6c810 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -4,32 +4,32 @@ local commit = { cmp_luasnip = "16832bb50e760223a403ffa3042859845dd9ef9d", cmp_nvim_lsp = "134117299ff9e34adde30a735cd8ca9cf8f3db81", cmp_nvim_lua = "d276254e7198ab7d00f117e88e223b4bd8c02d21", - cmp_path = "e30d3fdee650a07330654efab1951b2f1b91435e", + cmp_path = "d83839ae510d18530c6d36b662a9e806d4dceb73", comment = "a6e1c127fa7f19ec4e3edbffab1aacb2852b6db3", dapinstall = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", fixcursorhold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", friendly_snippets = "e3506d575e120253b4aa47ec2100786fd1e9c38d", - gitsigns = "9678750f209671551c335c4f22658a6554c2f439", + gitsigns = "119ebde2de917399aa89ad3664000a0e1750895a", lualine = "1ae4f0aa74f0b34222c5ef3281b34602a76b2b00", - luasnip = "7fc3cc24f3c1f1a43e861f589ca48ff3dff0b213", + luasnip = "4191d3e475b65407b8ccf47e4dcbf38552fdbb2d", nlsp_settings = "199bc1b2859206488423b676da4a7d010b1a3373", - null_ls = "128b8d85506e44f1e7e0f4acd9f2ba02fc7cee05", - nvim_autopairs = "fba2503bd8cd0d8861054523aae39c4ac0680c07", - nvim_cmp = "d17d41bdbd4731759d1b3d368204dc18ce3c84f3", - nvim_dap = "4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1", - nvim_lsp_installer = "a4016db22296e4eefbcda2e8b94de74db2d7cb65", - nvim_lspconfig = "5b8624c1bcd332e9fd7ae33a2ca910adb31a7ae7", - nvim_notify = "36012703049bc7be9d4de97cb96c6d17ccf978cd", + null_ls = "73420db2b58408a60a19024be3c14b0eba8413fe", + nvim_autopairs = "18fe311bb967d16ddf2cc28e7e71f234c37d3e26", + nvim_cmp = "d12ba90da372bfe5d9a103546ce1553341a2daff", + nvim_dap = "ce4e56f76598881d020e68037ae91310ea8b9d54", + nvim_lsp_installer = "4df84d7d3e8bcc9b98a1436b6b4155b3a727d41d", + nvim_lspconfig = "382712c4ecba5816f398379dd9d8c8200b025ca3", + nvim_notify = "3f7af5878a890503f9efb7de9f2a0b3f895ad518", nvim_tree = "e842f088847c98da59e14eb543bde11c45c87ef7", - nvim_treesitter = "8d1547f0bcd0831876678eeb238c3ba9a528189b", + nvim_treesitter = "d6a0a26b8563409d4660def7320a4f4bc23954df", nvim_ts_context_commentstring = "9f5e422e1030e7073e593ad32c5354aa0bcb0176", nvim_web_devicons = "8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb", - packer = "db3c3e3379613443d94e677a6ac3f61278e36e47", + packer = "851c62c5ecd3b5adc91665feda8f977e104162a5", plenary = "1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac", popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac", project = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538", structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", - telescope = "ef245548a858690fa8f2db1f1a0eaf41b93a6ef6", + telescope = "27294d73e4562cbc83c9c488b4618f012deade7e", telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", toggleterm = "265bbff68fbb8b2a5fb011272ec469850254ec9f", which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", -- cgit v1.2.3 From 6770808bec1ffcada425ae514747f9380e3d3b8d Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:04:46 +0100 Subject: feat: full compatibility with neovim v0.6 (#2037) --- lua/lvim/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index a7d6c810..8b968a07 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -134,7 +134,7 @@ return { { "nvim-treesitter/nvim-treesitter", commit = commit.treesitter, - branch = "0.5-compat", + branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat", -- run = ":TSUpdate", config = function() require("lvim.core.treesitter").setup() -- cgit v1.2.3 From 6505826f0bb8da045a91b579714df911bbca55b0 Mon Sep 17 00:00:00 2001 From: Xavier Young <45989017+younger-1@users.noreply.github.com> Date: Wed, 8 Dec 2021 13:05:15 +0800 Subject: fix(plugins): typo of pin commit of `treesitter` (#2046) --- lua/lvim/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 8b968a07..0e51eba1 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -133,7 +133,7 @@ return { -- Treesitter { "nvim-treesitter/nvim-treesitter", - commit = commit.treesitter, + commit = commit.nvim_treesitter, branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat", -- run = ":TSUpdate", config = function() -- cgit v1.2.3 From cbb94752aef70e69e4df7b5ad270e33a7722a00c Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 11 Dec 2021 12:16:36 +0330 Subject: feat: bump plugin versions (#2064) Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- lua/lvim/plugins.lua | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 0e51eba1..39760397 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -1,38 +1,38 @@ local commit = { barbar = "6e638309efcad2f308eb9c5eaccf6f62b794bbab", - cmp_buffer = "a706dc69c49110038fe570e5c9c33d6d4f67015b", - cmp_luasnip = "16832bb50e760223a403ffa3042859845dd9ef9d", + cmp_buffer = "a0fe52489ff6e235d62407f8fa72aef80222040a", + cmp_luasnip = "75bf6434f175206cd219f9d2bbcae154a009346c", cmp_nvim_lsp = "134117299ff9e34adde30a735cd8ca9cf8f3db81", cmp_nvim_lua = "d276254e7198ab7d00f117e88e223b4bd8c02d21", cmp_path = "d83839ae510d18530c6d36b662a9e806d4dceb73", - comment = "a6e1c127fa7f19ec4e3edbffab1aacb2852b6db3", + comment = "58d489fb7f18c3652adf7e8e1fff9d3281a8fc6a", dapinstall = "dd09e9dd3a6e29f02ac171515b8a089fb82bb425", fixcursorhold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e", - friendly_snippets = "e3506d575e120253b4aa47ec2100786fd1e9c38d", - gitsigns = "119ebde2de917399aa89ad3664000a0e1750895a", - lualine = "1ae4f0aa74f0b34222c5ef3281b34602a76b2b00", - luasnip = "4191d3e475b65407b8ccf47e4dcbf38552fdbb2d", - nlsp_settings = "199bc1b2859206488423b676da4a7d010b1a3373", - null_ls = "73420db2b58408a60a19024be3c14b0eba8413fe", - nvim_autopairs = "18fe311bb967d16ddf2cc28e7e71f234c37d3e26", - nvim_cmp = "d12ba90da372bfe5d9a103546ce1553341a2daff", - nvim_dap = "ce4e56f76598881d020e68037ae91310ea8b9d54", - nvim_lsp_installer = "4df84d7d3e8bcc9b98a1436b6b4155b3a727d41d", - nvim_lspconfig = "382712c4ecba5816f398379dd9d8c8200b025ca3", - nvim_notify = "3f7af5878a890503f9efb7de9f2a0b3f895ad518", - nvim_tree = "e842f088847c98da59e14eb543bde11c45c87ef7", - nvim_treesitter = "d6a0a26b8563409d4660def7320a4f4bc23954df", + friendly_snippets = "4a9516c116f8d3a5766fcb8ac91b176979612d5d", + gitsigns = "aaf680472187798d5945e39179b540bd3bf80341", + lualine = "5596c2a25a49ca235613c804169b9063e20b05f5", + luasnip = "577045e9adf325e58f690f4d4b4a293f3dcec1b3", + nlsp_settings = "599edc32707f53bd9b0739879f013b3bf162ea4e", + null_ls = "fb9e2a64ae8e43c2255025064cfee37dc7d6a752", + nvim_autopairs = "04cd1779f81e9d50d5a116c5dccd054b275bd191", + nvim_cmp = "af07ff9b7973e95eff9e0275e13fe0350281208b", + nvim_dap = "3b3027e0ca98775000e1ba727d8f292e821f9f03", + nvim_lsp_installer = "fcd5d79a7f4966645e9d2f512b85b72f7de0dde2", + nvim_lspconfig = "e6d95863a336b7e52c92b38c62aa60b469254d14", + nvim_notify = "ef027e34b618eac42fb0111c1db670ba01793039", + nvim_tree = "2e33b1654384921ec1cc9656a2018744f3f1ce81", + nvim_treesitter = "1d66657e6d0f1f8f79ddc48ff1dac9788694cc2d", nvim_ts_context_commentstring = "9f5e422e1030e7073e593ad32c5354aa0bcb0176", - nvim_web_devicons = "8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb", + nvim_web_devicons = "344331467509802e1af200f08ec3da278be5cbba", packer = "851c62c5ecd3b5adc91665feda8f977e104162a5", - plenary = "1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac", + plenary = "e6267f79481064eee53950571f53cbaafb08417d", popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac", project = "71d0e23dcfc43cfd6bb2a97dc5a7de1ab47a6538", structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1", - telescope = "27294d73e4562cbc83c9c488b4618f012deade7e", + telescope = "80cdb00b221f69348afc4fb4b701f51eb8dd3120", -- see telescope.nvim#1549 telescope_fzf_native = "b8662b076175e75e6497c59f3e2799b879d7b954", toggleterm = "265bbff68fbb8b2a5fb011272ec469850254ec9f", - which_key = "d3032b6d3e0adb667975170f626cb693bfc66baa", + which_key = "0fd9de78fe09215e1b7c6173ff1b0b90c8ed6ec4", } return { -- cgit v1.2.3 From be4b025f92652ac6cc46b9c3f00ab527a6ece6fc Mon Sep 17 00:00:00 2001 From: edag94 Date: Mon, 13 Dec 2021 11:33:18 -0500 Subject: feat: update lsp-installer and lspconfig hashes to enable solidity_ls language server (#2072) Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- lua/lvim/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 39760397..8ef72bda 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -17,8 +17,8 @@ local commit = { nvim_autopairs = "04cd1779f81e9d50d5a116c5dccd054b275bd191", nvim_cmp = "af07ff9b7973e95eff9e0275e13fe0350281208b", nvim_dap = "3b3027e0ca98775000e1ba727d8f292e821f9f03", - nvim_lsp_installer = "fcd5d79a7f4966645e9d2f512b85b72f7de0dde2", - nvim_lspconfig = "e6d95863a336b7e52c92b38c62aa60b469254d14", + nvim_lsp_installer = "d7b10b13d72d4bf8f7b34779ddc3514bcc26b0f2", + nvim_lspconfig = "2293320aa824e25327c5a10675ae091d1ff83fbc", nvim_notify = "ef027e34b618eac42fb0111c1db670ba01793039", nvim_tree = "2e33b1654384921ec1cc9656a2018744f3f1ce81", nvim_treesitter = "1d66657e6d0f1f8f79ddc48ff1dac9788694cc2d", -- cgit v1.2.3