diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:20:46 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:20:46 +0100 |
commit | b96571d104ab72d95c41ffc120afa260dd280934 (patch) | |
tree | 5cd8be3110f07a3a7e02121703f52f8ab3da1554 /fnl/plugins/lsp/keymaps.fnl | |
parent | 3df5dfb5fe0d05005f9216421444695a9acae9b4 (diff) |
Replace null(none)-ls with conform and nvim-lint
Diffstat (limited to 'fnl/plugins/lsp/keymaps.fnl')
-rw-r--r-- | fnl/plugins/lsp/keymaps.fnl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fnl/plugins/lsp/keymaps.fnl b/fnl/plugins/lsp/keymaps.fnl index 6a3544a..d87b32c 100644 --- a/fnl/plugins/lsp/keymaps.fnl +++ b/fnl/plugins/lsp/keymaps.fnl @@ -20,10 +20,6 @@ :<leader>a "<cmd>lua vim.lsp.buf.code_action()<cr>" {:desc "Code Action"}] - [:n - :<leader>e - "<cmd>lua vim.lsp.buf.format { async = true }<cr>" - {:desc :Format}] [:v :<leader>e "<cmd>lua vim.lsp.buf.format { async = true }<cr>" |