remove debug lol
This commit is contained in:
parent
a876a827b4
commit
4eec8f5ba8
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ end
|
||||||
-- TODO: Optimize these lookups with a fucking table jesus
|
-- TODO: Optimize these lookups with a fucking table jesus
|
||||||
-- https://stackoverflow.com/a/37493047
|
-- https://stackoverflow.com/a/37493047
|
||||||
function M.lsp_on_attach(client, bufnr)
|
function M.lsp_on_attach(client, bufnr)
|
||||||
vim.fn.system("echo fuck >/home/luca/test")
|
|
||||||
local lsp_mappings = M.empty_map_table()
|
local lsp_mappings = M.empty_map_table()
|
||||||
|
|
||||||
lsp_mappings.n["<leader>ld"] = { function() vim.diagnostic.open_float() end, desc = "Hover diagnostics" }
|
lsp_mappings.n["<leader>ld"] = { function() vim.diagnostic.open_float() end, desc = "Hover diagnostics" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue