Remove extra newline

This commit is contained in:
Daniel Lynn 2022-03-09 22:13:31 -06:00
parent 0d4a69bee2
commit 79b8d7ae69
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -31,7 +31,6 @@ local on_attach = function(client, bufnr)
buf_set_keymap('n', ']d', '<cmd>lua vim.lsp.diagnostic.goto_next()<CR>', opts)
buf_set_keymap('n', '<space>q', '<cmd>lua vim.lsp.diagnostic.set_loclist()<CR>', opts)
buf_set_keymap('n', '<space>f', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts)
end
-- Use a loop to conveniently call 'setup' on multiple servers and