Skip to content

Commit

Permalink
Update neovim/nvim-lspconfig digest to b1a11b0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent c72d29e commit 78aa679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ require 'lazy'.setup {
-- LSP
{
'neovim/nvim-lspconfig',
commit = "62856b20751b748841b0f3ec5a10b1e2f6a6dbc9",
commit = "b1a11b042d015df5b8f7f33aa026e501b639c649",
lazy = true,
event = { "BufReadPost", "BufAdd", "BufNewFile" },
config = require 'plugins.lspconfig',
Expand Down

0 comments on commit 78aa679

Please sign in to comment.