[fix] Update some stuff and Change deprecated commands

This commit is contained in:
Uttarayan Mondal
2022-11-08 01:19:26 +05:30
parent 444db182b4
commit 9f1af0fe14
2 changed files with 29 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ local normal_mode_maps = {
-- { key = '<leader>a', map = [[<cmd>lua vim.lsp.buf.document_highlight()<cr>]] },
-- { key = '<leader>c', map = [[<cmd>lua vim.lsp.buf.clear_references()<cr>]] },
{ key = '<leader>"', map = [["+]] },
{ key = 'F', map = [[<cmd>lua vim.lsp.buf.formatting()<cr>]] },
{ 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>]] },