remove print
This commit is contained in:
		| @@ -59,7 +59,6 @@ vim.lsp.config('rust_analyzer', { | ||||
|  | ||||
| vim.api.nvim_create_autocmd("LspAttach", { | ||||
|     callback = function(ev) | ||||
|         print("LspAttach called") | ||||
|         local opts = {buffer = ev.buf, remap = false} | ||||
|         vim.keymap.set("n", "gd", function() vim.lsp.buf.definition() end, opts) | ||||
|     end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user