remove debug lol
This commit is contained in:
parent
a876a827b4
commit
4eec8f5ba8
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue