mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-13 12:35:46 +02:00
neovim: Show relative path in statusline
This commit is contained in:
parent
62515fc1f2
commit
a5810f24d8
@ -122,7 +122,11 @@
|
|||||||
{
|
{
|
||||||
plugin = lualine-nvim;
|
plugin = lualine-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
config = "require('lualine').setup()";
|
config = ''
|
||||||
|
require('lualine').setup {
|
||||||
|
sections = { lualine_c = {'%f'} }
|
||||||
|
}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
plugin = git-blame-nvim;
|
plugin = git-blame-nvim;
|
||||||
|
Loading…
Reference in New Issue
Block a user