Skip to content

Commit

Permalink
refactor(config): change default text values
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 6, 2024
1 parent dd1dd43 commit 15a8f58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/cord/util/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ M.values = {
editing = function(opts)
return 'Editing '
.. (opts.filename ~= '' and opts.filename or 'a new file')
.. ':'
.. opts.cursor_line
.. ':'
.. opts.cursor_char
end,
file_browser = function(opts) return 'Browsing files in ' .. opts.tooltip end,
plugin_manager = function(opts)
Expand Down

0 comments on commit 15a8f58

Please sign in to comment.