diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 95ee4c3..f52cced 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -47,7 +47,7 @@ local lspconfig = { desc = "Format code" }, { - '<leader>la', + '<leader>a', function() vim.lsp.buf.code_action() end, |
