Skip to content

Commit

Permalink
Update nvim-treesitter-refactor.lua
Browse files Browse the repository at this point in the history
Even though I have this plugin depending on treesitter it still seems to blow up the first time I load up a fresh neovim:
  • Loading branch information
briandipalma authored and theHamsta committed Mar 20, 2023
1 parent 1d7d049 commit b216290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nvim-treesitter-refactor.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local queries = require "nvim-treesitter.query"

local M = {}

function M.init()
local queries = require "nvim-treesitter.query"

require("nvim-treesitter").define_modules {
refactor = {
highlight_definitions = {
Expand Down

0 comments on commit b216290

Please sign in to comment.