From bb91351c40dcf520b46c7e2ece0e3ba7e15065b9 Mon Sep 17 00:00:00 2001 From: 409 Date: Fri, 18 Oct 2024 09:40:23 +0200 Subject: [PATCH] chore(lsp): remove old print statement --- lua/409/plugins/lsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/409/plugins/lsp.lua b/lua/409/plugins/lsp.lua index bf95e8c..7cc686f 100644 --- a/lua/409/plugins/lsp.lua +++ b/lua/409/plugins/lsp.lua @@ -17,7 +17,6 @@ return { lsp.on_attach(function(client, bufnr) if vim.bo[bufnr].filetype == "markdown" then - print('markdown') return end