chore: remove unused mappings

This commit is contained in:
fiplox 2023-04-09 00:44:52 +02:00
parent 2eca526544
commit 71173b5136
1 changed files with 0 additions and 2 deletions

View File

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