chore(lsp): remove old print statement
This commit is contained in:
@@ -17,7 +17,6 @@ return {
|
||||
|
||||
lsp.on_attach(function(client, bufnr)
|
||||
if vim.bo[bufnr].filetype == "markdown" then
|
||||
print('markdown')
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user