add mappings
This commit is contained in:
parent
9b0dcc66ba
commit
6940af49d7
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user