Skip to content

Commit b216290

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 1d7d049 commit b216290

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)