rebelot/heirline.nvim

Cookbook update - Navic

Closed this issue · 0 comments

The cookbook needs to be updated cause since SmiteshP/nvim-navic last commit, it will throw an error.

 condition = require("nvim-navic").is_available

needs to be changed to

condition = function() return require("nvim-navic").is_available() end,