all repos

init.lua @ da57e8c

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(keymaps): map `PackerSync`
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-11 11:19:16 +0300
Parent: 1f9fc00
M lua/core/keymaps.lua

@@ -36,6 +36,7 @@ map("n", "<A-k>", ":m .-2<CR>==")

-- plugins map("n", "<leader>e", "<cmd>NvimTreeToggle<cr>") +map("n", "<leader>ps", "<cmd>PackerSync<cr>") -- telescope map("n", "<leader>f", "<cmd>Telescope find_files<cr>")