Skip to content

Commit 62c0960

Browse files
briandipalmatheHamsta
authored andcommitted
Update nvim-treesitter-refactor.lua
Even though I have this plugin depending on treesitter it still seems to blow up the first time I load up a fresh neovim:
1 parent 75f5895 commit 62c0960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-treesitter-refactor.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
local queries = require "nvim-treesitter.query"
2-
31
local M = {}
42

53
function M.init()
4+
local queries = require "nvim-treesitter.query"
5+
66
require("nvim-treesitter").define_modules {
77
refactor = {
88
highlight_definitions = {

0 commit comments

Comments
 (0)