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