Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 498 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 498 Bytes

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,
}