From 26d2dd2f7f1e829324bbb7ea0d0ba2e77421a6ee Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 31 Mar 2023 16:54:21 +0400 Subject: Добавил файловый браузер MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- lua/keymaps.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/keymaps.lua') diff --git a/lua/keymaps.lua b/lua/keymaps.lua index c08e718..731d736 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -1,6 +1,9 @@ local default_opts = { noremap = true, silent = true } local map = vim.api.nvim_set_keymap +-- Отображение структуры директории +map('n', '', ':NERDTreeToggle', default_opts) + -- Отображение структуры классов и функций файла map('n', '', ':TagbarToggle', default_opts) -- cgit v1.2.3