Skip to content

Commit

Permalink
rename functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Beargruug committed Oct 29, 2024
1 parent 6e91d41 commit 83541df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/func-jumper/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local M = {}
local file_type = {}
local _config = {}

local parsers = require("nvim-treesitter.parsers")

Expand Down Expand Up @@ -293,4 +294,8 @@ function M.jump_to_function()
vim.api.nvim_win_close(0, true)
end

function M.setup(config)
_config = config
end

return M, file_type

0 comments on commit 83541df

Please sign in to comment.