Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/soulis-1256/eagle.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
soulis-1256 committed Jul 27, 2024
2 parents e63fdba + 9901e8c commit f590404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/eagle/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function M.check_lsp_support()
local filetype = vim.bo.filetype

-- get all active clients
local clients = vim.lsp.get_active_clients()
local clients = vim.lsp.get_clients()

-- filter the clients based on the filetype of the current buffer
local relevant_clients = {}
Expand Down

0 comments on commit f590404

Please sign in to comment.