move relativ path to incline

This commit is contained in:
Oliver Hartmann
2025-12-19 10:16:48 +01:00
parent 12f1fa233f
commit 0fd088d2e7
2 changed files with 1 additions and 6 deletions

View File

@@ -30,11 +30,6 @@ return {
{
'getcwd',
},
{
'filename',
path = 1,
file_status = true,
},
{
function() return require('nvim-navic').get_location() end,
cond = function() return package.loaded['nvim-navic'] and require('nvim-navic').is_available() end,