From 6940af49d72444e574f0f09847ae555aa85d1bc0 Mon Sep 17 00:00:00 2001 From: fiplox Date: Wed, 18 Jan 2023 19:55:31 +0100 Subject: [PATCH] add mappings --- lua/config/mappings.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/config/mappings.lua b/lua/config/mappings.lua index 6683ff1..661caa8 100644 --- a/lua/config/mappings.lua +++ b/lua/config/mappings.lua @@ -178,6 +178,7 @@ local mappings = { r = 'Rename', s = 'Signature Help', q = 'Set LocList', + n = { 'Lazy load null-ls.nvim', 'Load Null Ls' }, }, [''] = { name = 'Tab', @@ -208,6 +209,10 @@ local mappings = { t = { 'Telescope', 'Pickers' }, r = { 'Telescope lsp_references', 'Lsp references' }, }, + o = { + name = 'Open', + n = { 'Lf ~/.config/nvim/ ', 'Neovim config' }, + }, -- d = { -- name = 'DAP', -- b = { "lua require'dap'.toggle_breakpoint()", 'Toggle breakpoint' },