Skip to content

Commit 4b50880

Browse files
Updating the treesitter namespace
1 parent 5bce9c0 commit 4b50880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/configs/treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
"andymass/vim-matchup",
1010
},
1111
config = function()
12-
local ts_repeat_move = require("nvim-treesitter.textobjects.repeatable_move")
12+
local ts_repeat_move = require("nvim-treesitter-textobjects.repeatable_move")
1313

1414
-- vim way: ; goes to the direction you were moving.
1515
vim.keymap.set({ "n", "x", "o" }, ";", ts_repeat_move.repeat_last_move)

0 commit comments

Comments
 (0)