Skip to content

kevmuko/filepath.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

filepath.nvim

Lualine plugin that nicely shows your filepath. Use it conjunction with nvim-navic or aerial.nvim in your winbar.

Preview

local default_options = {
  symbols = {
    default = '',
    modified = '',
    readonly = '',
    unnamed = '[No Name]',
    separator = '',
  },
  highlights = {
    modified = 'Constant',
    readonly = 'NonText',
    separator = 'NonText',
  },
  path = 'relative',
  filestatus = true,
}

About

Lualine plugin that nicely shows your filepath.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages