mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
added project folder to lualine
This commit is contained in:
@@ -1 +1,12 @@
|
||||
require('lualine').setup()
|
||||
require('lualine').setup({
|
||||
sections = {
|
||||
lualine_c = {
|
||||
{
|
||||
function()
|
||||
return " " .. vim.fn.fnamemodify(vim.fn.getcwd(), ":t")
|
||||
end,
|
||||
},
|
||||
'filename',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user