Fix error in lsp attach hook

This commit is contained in:
Talia 2024-04-15 13:14:35 +02:00
parent 9a00d41394
commit 1d2a775658
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ return function(_, bufnr)
vim.api.nvim_buf_create_user_command(bufnr, "LspWorkspaces", function()
print(vim.inspect(vim.lsp.buf.list_workspace_folders()))
end, bufopts)
end, {})
end