Skip to content

Commit

Permalink
refactor(config)!: rename text.lsp_manager -> text.lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 11, 2025
1 parent bfad8fb commit ac0bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cord/plugin/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ M.opts = {
editing = function(opts) return 'Editing ' .. opts.filename end,
file_browser = function(opts) return 'Browsing files in ' .. opts.tooltip end,
plugin_manager = function(opts) return 'Managing plugins in ' .. opts.tooltip end,
lsp_manager = function(opts) return 'Configuring LSP in ' .. opts.tooltip end,
lsp = function(opts) return 'Configuring LSP in ' .. opts.tooltip end,
docs = function(opts) return 'Reading ' .. opts.tooltip end,
vcs = function(opts) return 'Committing changes in ' .. opts.tooltip end,
notes = function(opts) return 'Taking notes in ' .. opts.tooltip end,
Expand Down

0 comments on commit ac0bed6

Please sign in to comment.