Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed May 12, 2024
1 parent 3db041a commit 1838354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
local M = {}

-- function M.root(root)
-- local f = debug.getinfo(1, "S").source:sub(2)
-- return vim.fn.fnamemodify(f, ":p:h:h") .. "/" .. (root or "")
-- end

function M.init()
vim.cmd([[set runtimepath=$VIMRUNTIME]])
vim.opt.runtimepath:append(".")
Expand Down

0 comments on commit 1838354

Please sign in to comment.