Add nerdtree, man and quickfix extensions for lualine
This commit is contained in:
parent
fc2573275d
commit
44e7bbd7dd
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ require('lualine').setup {
|
||||||
path = 1, -- show relative filename
|
path = 1, -- show relative filename
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
extensions = { 'man', 'nerdtree', 'quickfix' }
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue