1
0
Fork 0

remove debug lol

This commit is contained in:
Luca Bilke 2024-01-26 10:03:46 +01:00
parent a876a827b4
commit 4eec8f5ba8
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ end
-- TODO: Optimize these lookups with a fucking table jesus
-- https://stackoverflow.com/a/37493047
function M.lsp_on_attach(client, bufnr)
vim.fn.system("echo fuck >/home/luca/test")
local lsp_mappings = M.empty_map_table()
lsp_mappings.n["<leader>ld"] = { function() vim.diagnostic.open_float() end, desc = "Hover diagnostics" }