File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -1132,15 +1132,17 @@ require('lazy').setup({
1132
1132
-- - Incremental selection: Included, see `:help nvim-treesitter-incremental-selection-mod`
1133
1133
-- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context
1134
1134
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
1135
- {
1136
- ' nvim-treesitter/nvim-treesitter-context' ,
1137
- opts = {
1138
- max_lines = 3 ,
1139
- trim_scope = ' inner' ,
1140
- },
1135
+ },
1136
+ {
1137
+ ' nvim-treesitter/nvim-treesitter-context' ,
1138
+ dependencies = {
1139
+ ' nvim-treesitter/nvim-treesitter' ,
1140
+ },
1141
+ opts = {
1142
+ max_lines = 3 ,
1143
+ trim_scope = ' inner' ,
1141
1144
},
1142
1145
},
1143
-
1144
1146
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
1145
1147
-- init.lua. If you want these files, they are in the repository, so you can just download them and
1146
1148
-- place them in the correct locations.
You can’t perform that action at this time.
0 commit comments