diff --git a/lua/config/mappings.lua b/lua/config/mappings.lua index d29724f..6a39775 100644 --- a/lua/config/mappings.lua +++ b/lua/config/mappings.lua @@ -204,7 +204,6 @@ local mappings = { l = { name = 'LSP', f = { 'lua vim.lsp.buf.format { async = true }', 'Format' }, - e = { 'Lazy load null-ls.nvim', 'Enable null-ls' }, i = 'Lsp Info', a = 'Code action', j = 'Next diagnostic', @@ -212,7 +211,6 @@ local mappings = { r = 'Rename', s = 'Signature Help', q = 'Set LocList', - n = { 'Lazy load null-ls.nvim', 'Load Null Ls' }, }, [''] = { name = 'Tab',