You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- A condition function if there is a defined filetype
@@ -182,11 +177,8 @@ function M.lsp_attached(bufnr)
182
177
iftype(bufnr) =="table" thenbufnr=bufnr.bufnrend
183
178
ifnotbufnrthenbufnr=0end
184
179
return (
185
-
-- HACK: Check for lsp utilities loaded first, get_active_clients seems to have a bug if called too early (tokyonight colorscheme seems to be a good way to expose this for some reason)
186
-
package.loaded["astrolsp"]
187
-
-- TODO: remove get_active_clients when dropping support for Neovim 0.9
-- HACK: Check for lsp utilities loaded first, get_clients seems to have a bug if called too early (tokyonight colorscheme seems to be a good way to expose this for some reason)
0 commit comments