chore: fix formatting

This commit is contained in:
amrbashir
2023-01-28 00:43:55 +02:00
parent 79c518a9d7
commit 6981376235

View File

@@ -43,7 +43,7 @@ local function toggle()
vim.api.nvim_set_current_win(prev_win) vim.api.nvim_set_current_win(prev_win)
if vim.fn.has('nvim-0.8.0') then if vim.fn.has("nvim-0.8.0") then
get_clients = function() get_clients = function()
return vim.lsp.get_active_clients() return vim.lsp.get_active_clients()
end end