chore(lsp): remove old print statement

This commit is contained in:
2024-10-18 09:40:23 +02:00
parent c5098239d1
commit bb91351c40

View File

@@ -17,7 +17,6 @@ return {
lsp.on_attach(function(client, bufnr)
if vim.bo[bufnr].filetype == "markdown" then
print('markdown')
return
end