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:
parent
7f58e8e3e9
commit
37a6e4cb6d
@ -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>")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user