Skip to content

Commit

Permalink
https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues…
Browse files Browse the repository at this point in the history
…/461
  • Loading branch information
gruvw committed Sep 10, 2023
1 parent 0ccb82f commit 1c5854f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvim/.config/nvim/lua/plugins/code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ return {
textobjects = {
select = {
enable = true,
disable = { "dart", }, -- https://github.com/nvim-treesitter/nvim-treesitter-textobjects/issues/461
lookahead = true,
keymaps = {
["af"] = "@function.outer",
Expand Down Expand Up @@ -169,5 +170,5 @@ return {
overseer.register_template(require("gruvw.overseer." .. t))
end
end,
}
},
}

0 comments on commit 1c5854f

Please sign in to comment.