[feat] Fix nvim config

This commit is contained in:
uttarayan21
2024-02-20 02:50:09 +05:30
parent 67726f3120
commit 9983668d75
9 changed files with 26 additions and 152 deletions

View File

@@ -71,7 +71,6 @@ local normal_mode_maps = {
-- { key = '<leader>c', map = [[<cmd>lua vim.lsp.buf.clear_references()<cr>]] },
{ key = '<leader>"', map = [["+]] },
{ key = 'F', map = [[<cmd>lua vim.lsp.buf.format { async = true }<cr>]] },
{ key = 'T', map = [[<cmd>lua require'lsp_extensions'.inlay_hints()<cr>]] },
{ key = '<C-W>%', map = [[<cmd>vsplit<cr>]] },
{ key = '<C-W>"', map = [[<cmd>split<cr>]] },
{ key = '<C-l>', map = [[<cmd>:SymbolsOutline<cr>]] },