add mappings

This commit is contained in:
fiplox 2023-01-18 19:55:31 +01:00
parent 9b0dcc66ba
commit 6940af49d7
1 changed files with 5 additions and 0 deletions

View File

@ -178,6 +178,7 @@ local mappings = {
r = 'Rename',
s = 'Signature Help',
q = 'Set LocList',
n = { '<cmd>Lazy load null-ls.nvim<cr>', 'Load Null Ls' },
},
['<TAB>'] = {
name = 'Tab',
@ -208,6 +209,10 @@ local mappings = {
t = { '<cmd>Telescope<cr>', 'Pickers' },
r = { '<cmd>Telescope lsp_references<cr>', 'Lsp references' },
},
o = {
name = 'Open',
n = { '<cmd>Lf ~/.config/nvim/ <cr>', 'Neovim config' },
},
-- d = {
-- name = 'DAP',
-- b = { "<cmd>lua require'dap'.toggle_breakpoint()<cr>", 'Toggle breakpoint' },