mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 19:52:58 +01:00
fix nvim config
changes in lspconf api
This commit is contained in:
parent
a40cd140cb
commit
5de0bd4e76
1 changed files with 1 additions and 1 deletions
|
@ -60,4 +60,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.format { asnyc = true }<CR>", opts)
|
||||
map("n", "-r", "<cmd>lua vim.lsp.buf.formatting()<CR>", opts)
|
||||
|
|
Loading…
Reference in a new issue