Skip to content

Commit

Permalink
docs: Lazy-load is working, added note to optionally disable it (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
johmsalas authored Dec 19, 2023
1 parent 042a8a5 commit ada8173
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ use { "johmsalas/text-case.nvim",
{
"johmsalas/text-case.nvim",
dependencies = { "nvim-telescope/telescope.nvim" },
lazy = false, -- required for using the default keymaps
-- Author's Note: If default keymappings fail to register (possible config issue in my local setup),
-- verify lazy loading functionality. On failure, disable lazy load and report issue
-- lazy = false,
config = function()
require("textcase").setup({})
require("telescope").load_extension("textcase")
Expand Down

0 comments on commit ada8173

Please sign in to comment.