[plug] Add new plugin nvim-treesitter-context
This commit is contained in:
@@ -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 } },
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -39,6 +39,8 @@ return require('lazy').setup({
|
||||
'b0o/SchemaStore.nvim',
|
||||
'rcarriga/nvim-notify',
|
||||
'folke/todo-comments.nvim',
|
||||
'github/copilot.vim',
|
||||
'ggandor/leap.nvim',
|
||||
|
||||
{ 'folke/zen-mode.nvim', config = function() require('zen-mode').setup() end },
|
||||
{ 'folke/twilight.nvim', config = function() require('twilight').setup() end },
|
||||
@@ -192,14 +194,16 @@ return require('lazy').setup({
|
||||
'glepnir/dashboard-nvim',
|
||||
config = function() require 'setup.dashboard' end,
|
||||
},
|
||||
'github/copilot.vim',
|
||||
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate'
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' }
|
||||
},
|
||||
|
||||
{
|
||||
'saecki/crates.nvim',
|
||||
|
||||
Reference in New Issue
Block a user