feat(plugins): actualy load them.
This commit is contained in:
parent
1f52e22b17
commit
9b3b9ccf31
3 changed files with 9 additions and 3 deletions
|
|
@ -4,3 +4,6 @@ vim.g.maplocalleader = ";"
|
|||
|
||||
-- source current file
|
||||
vim.keymap.set("n", "<Leader> ", ":update<CR> :source<CR>")
|
||||
|
||||
-- format
|
||||
vim.keymap.set("n", "<Leader>lf", vim.lsp.buf.format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue