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' },