Make lualine filename relative
This commit is contained in:
parent
727e03be6e
commit
2b681acb25
1 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
require('lualine').setup()
|
||||
require('lualine').setup {
|
||||
sections = {
|
||||
lualine_c = {
|
||||
{
|
||||
'filename',
|
||||
path = 1, -- show relative filename
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
vim.opt.showmode = false
|
||||
|
|
Loading…
Add table
Reference in a new issue