diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-30 13:16:35 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-10-30 13:16:35 -0400 |
| commit | 61074462137fea701182c79fb51265668c6d2f51 (patch) | |
| tree | e442e564e415ce321def42fc618c70533d5754ac | |
| parent | ae5cd50637f89945288c063f900cda437390cecb (diff) | |
Change ls codeaction bind
| -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, |
