summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-17 22:24:43 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-17 22:24:43 +0100
commita3690ed8ca90823787fbaddb72f0a1874f1e999d (patch)
tree1b79521fdf10c133aa643e6b2e46522ab6b79097 /.config/nvim/lua/plugins.lua
parente953e2ee53503dcf070a7763743e4a76abb4518d (diff)
Add lunarvim update to lsp/general
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua13
1 files changed, 8 insertions, 5 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 0511fa8..b653803 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -1,16 +1,16 @@
local commit = {
packer = "7f62848f3a92eac61ae61def5f59ddb5e2cc6823",
- lsp_config = "6224c54a9945a52bf43a8bc1a42a112084590c0b",
+ lsp_config = "903a1fbca91b74e6fbc905366ce38364b9d7ba98",
nlsp_settings = "29f49afe27b43126d45a05baf3161a28b929f2f1",
- null_ls = "64b269b51c7490660dcb2008f59ae260f2cdbbe4",
+ null_ls = "cf2bc3185af066cb25f1bf6faa99727e2c47ef77",
fix_cursor_hold = "0e4e22d21975da60b0fd2d302285b3b603f9f71e",
- lsp_installer = "c9dbc8afc2d56227ed0cba5a3348b8dd170e3a1d",
+ lsp_installer = "37d9326f4ca4093b04eabdb697fec3764e226f88",
structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1",
popup = "f91d80973f80025d4ed00380f2e06c669dfda49d",
plenary = "96e821e8001c21bc904d3c15aa96a70c11462c5f",
telescope = "078a48db9e0720b07bfcb8b59342c5305a1d1fdc",
telescope_fzf_native = "59e38e1661ffdd586cb7fc22ca0b5a05c7caf988",
- nvim_cmp = "1774ff0f842146521c63707245d3de5db2bb3732",
+ nvim_cmp = "ca6386854982199a532150cf3bd711395475ebd2",
friendly_snippets = "94f1d917435c71bc6494d257afa90d4c9449aed2",
autopairs = "f858ab38b532715dbaf7b2773727f8622ba04322",
treesitter = "47cfda2c6711077625c90902d7722238a8294982",
@@ -37,7 +37,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",