1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add keymap for LSP formatter

This commit is contained in:
Daniel Barber 2023-04-06 21:07:40 -05:00
parent 7f58e8e3e9
commit 37a6e4cb6d

View File

@ -17,3 +17,6 @@ keymap("n", "<C-\\>", ":Neotree reveal<CR>")
keymap("n", "<C-p>", ":Telescope find_files<CR>")
keymap("n", "<C-s>", ":Telescope live_grep<CR>")
keymap("n", "<C-b>", ":Telescope buffers<CR>")
-- Formatting
keymap("n", "<leader>f", ":lua vim.lsp.buf.format()<CR>")