Skip to content

Commit

Permalink
fix: nvim-navic example
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 19, 2023
1 parent 274cb59 commit bc96864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,8 @@ new children.
local Navic = {
condition = function() return require("nvim-navic").is_available() end,
provider = function()
require("nvim-navic").get_location({highlight=true}),
end
require("nvim-navic").get_location({highlight=true})
end,
update = 'CursorMoved'
}

Expand Down

0 comments on commit bc96864

Please sign in to comment.