diff --git a/nvim/.config/nvim/lua/plugins/code.lua b/nvim/.config/nvim/lua/plugins/code.lua index a19dec5..2488461 100644 --- a/nvim/.config/nvim/lua/plugins/code.lua +++ b/nvim/.config/nvim/lua/plugins/code.lua @@ -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", @@ -169,5 +170,5 @@ return { overseer.register_template(require("gruvw.overseer." .. t)) end end, - } + }, }