aboutsummaryrefslogtreecommitdiff
path: root/lua/keymaps.lua
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-03-31 13:47:48 +0300
committerValentin Popov <valentin@popov.link>2023-03-31 13:47:48 +0300
commit85996e57af52664e8e055b0c1f5f9854dda9a670 (patch)
treeea91ddf2a0d43a6b7694ee66f0d84317deaead49 /lua/keymaps.lua
parent57ee4d684d39f0d04daeb4bcb8e58dbb3d0cb80f (diff)
downloadnvim-config-85996e57af52664e8e055b0c1f5f9854dda9a670.tar.xz
nvim-config-85996e57af52664e8e055b0c1f5f9854dda9a670.zip
Подключение подсветки Git
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'lua/keymaps.lua')
-rw-r--r--lua/keymaps.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/keymaps.lua b/lua/keymaps.lua
index d12e24b..c08e718 100644
--- a/lua/keymaps.lua
+++ b/lua/keymaps.lua
@@ -6,4 +6,4 @@ map('n', '<F8>', ':TagbarToggle<CR>', default_opts)
-- Поиск по файлам
map('n', '<C-a>', [[ <cmd>lua require('telescope.builtin').find_files()<cr> ]], default_opts)
-map('n', '<C-p>', [[ <cmd>lua require('telescope.builtin').live_grep()<cr> ]], default_opts) \ No newline at end of file
+map('n', '<C-p>', [[ <cmd>lua require('telescope.builtin').live_grep()<cr> ]], default_opts)