editing dotfiles day 15
This commit is contained in:
parent
8c304027cf
commit
325f310d0a
1 changed files with 15 additions and 0 deletions
15
.config/nvim/lua/plugins/lualine.lua
Normal file
15
.config/nvim/lua/plugins/lualine.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {
|
||||
options = {
|
||||
component_separators = { left = '', right = '' },
|
||||
section_separators = { left = '', right = '' },
|
||||
disabled_filetypes = {
|
||||
'NvimTree',
|
||||
'qf',
|
||||
'trouble',
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue