Skip to content

Commit

Permalink
Merge pull request #96 from lvim-tech/master
Browse files Browse the repository at this point in the history
Fix deprecated get_active_clients
  • Loading branch information
SmiteshP authored May 19, 2024
2 parents f34237e + 06525d0 commit f22bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-navbuddy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function M.setup(user_config)
})

--- Attach to already active clients.
local all_clients = vim.lsp.get_active_clients()
local all_clients = vim.lsp.get_clients()

local supported_clients = vim.tbl_filter(function(client)
return client.server_capabilities.documentSymbolProvider
Expand Down

0 comments on commit f22bac9

Please sign in to comment.