mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 23:19:25 +00:00
[neovim] Update plugins
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
require("core.options")
|
||||
require("core.keymaps")
|
||||
require("core.plugins")
|
||||
require("core.lazy")
|
||||
require("core.autocommands")
|
||||
require("core.commands")
|
||||
|
@ -132,7 +132,7 @@ keymap(
|
||||
vim.tbl_extend("force", opts, { desc = "Peek the definition of the directive under the cursor" })
|
||||
)
|
||||
keymap(
|
||||
"n",
|
||||
{"n", "v"},
|
||||
"<leader>lf",
|
||||
"<cmd>lua vim.lsp.buf.format{ async=true }<cr>",
|
||||
vim.tbl_extend("force", opts, { desc = "Format the current buffer or selection" })
|
||||
|
Reference in New Issue
Block a user