Skip to content

Commit

Permalink
config.link_style -> config.links.style
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed May 11, 2022
1 parent accd60e commit 1a926cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mkdnflow/cursor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
local links = require('mkdnflow.links')
local wrap = require('mkdnflow').config.wrap
local silent = require('mkdnflow').config.silent
local link_style = require('mkdnflow').config.link_style
local link_style = require('mkdnflow').config.links.style

--[[
rev_get_line() retrieves line text and reverses it
Expand Down

0 comments on commit 1a926cc

Please sign in to comment.