Skip to content

Commit

Permalink
remove call to echo.setup
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 22, 2023
1 parent 66651b5 commit bf81c8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/obsidian/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ local client = {}
---@param opts obsidian.config.ClientOpts
---@return obsidian.Client
obsidian.new = function(opts)
-- Setup highlight groups.
echo.setup()

local self = setmetatable({}, { __index = client })
self.dir = Path:new(vim.fs.normalize(tostring(opts.dir and opts.dir or "./")))
self.opts = opts
Expand Down

0 comments on commit bf81c8a

Please sign in to comment.