Revert "fix nvim config"

This reverts commit 5de0bd4e76.
This commit is contained in:
LordMZTE 2022-07-10 00:25:34 +02:00
parent 1775890361
commit c2ea647dcc
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -61,4 +61,4 @@ map("n", "-a", "<cmd>lua vim.lsp.buf.code_action()<CR>", opts)
map("n", "gr", "<cmd>lua vim.lsp.buf.references()<CR>", opts)
map("n", "<space>e", "<cmd>lua vim.diagnostic.open_float()<CR>", opts)
map("n", "-d", "<cmd>lua vim.diagnostic.goto_next()<CR>", opts)
map("n", "-r", "<cmd>lua vim.lsp.buf.formatting()<CR>", opts)
map("n", "-r", "<cmd>lua vim.lsp.buf.format { asnyc = true }<CR>", opts)