[plug] Add new plugin nvim-treesitter-context

This commit is contained in:
Uttarayan Mondal
2023-01-31 16:17:23 +05:30
parent 12b72c4ce9
commit df5d6a6b0d
4 changed files with 33 additions and 26 deletions

View File

@@ -78,6 +78,8 @@ local normal_mode_maps = {
map = [[<Plug>RestNvim<cr>]] },
{ key = '<C-c>', map = [[<cmd>Telescope commands<cr>]] },
-- { key = '<ScrollWheelDown>', map = [[<cmd>call comfortable_motion#flick(40)<cr>]], options = { silent = true } },
-- { key = '<ScrollWheelUp>', map = [[<cmd>call comfortable_motion#flick(-40)<cr>]], options = { silent = true } },
}