chore: remove unused mappings
This commit is contained in:
parent
2eca526544
commit
71173b5136
@ -204,7 +204,6 @@ local mappings = {
|
|||||||
l = {
|
l = {
|
||||||
name = 'LSP',
|
name = 'LSP',
|
||||||
f = { '<cmd>lua vim.lsp.buf.format { async = true }<cr>', 'Format' },
|
f = { '<cmd>lua vim.lsp.buf.format { async = true }<cr>', 'Format' },
|
||||||
e = { '<cmd>Lazy load null-ls.nvim<cr>', 'Enable null-ls' },
|
|
||||||
i = 'Lsp Info',
|
i = 'Lsp Info',
|
||||||
a = 'Code action',
|
a = 'Code action',
|
||||||
j = 'Next diagnostic',
|
j = 'Next diagnostic',
|
||||||
@ -212,7 +211,6 @@ local mappings = {
|
|||||||
r = 'Rename',
|
r = 'Rename',
|
||||||
s = 'Signature Help',
|
s = 'Signature Help',
|
||||||
q = 'Set LocList',
|
q = 'Set LocList',
|
||||||
n = { '<cmd>Lazy load null-ls.nvim<cr>', 'Load Null Ls' },
|
|
||||||
},
|
},
|
||||||
['<TAB>'] = {
|
['<TAB>'] = {
|
||||||
name = 'Tab',
|
name = 'Tab',
|
||||||
|
Loading…
Reference in New Issue
Block a user