Skip to content

Commit

Permalink
Update nvim-gps to nvim-navic
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricekraus committed Sep 4, 2022
1 parent 13739fd commit 0920a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/winbar/winbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ local winbar_file = function()

end

local _, gps = pcall(require, 'nvim-gps')
local _, gps = pcall(require, 'nvim-navic')
local winbar_gps = function()
local status_ok, gps_location = pcall(gps.get_location, {})
local value = ''
Expand Down

0 comments on commit 0920a8b

Please sign in to comment.