mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
lint
This commit is contained in:
parent
bdaba979ac
commit
4e88567cac
5 changed files with 24 additions and 19 deletions
|
|
@ -8,11 +8,11 @@ vim.schedule(function()
|
|||
globalstatus = true,
|
||||
extensions = { 'oil', 'trouble', 'aerial', 'fzf', 'toggleterm', 'quickfix' },
|
||||
sections = {
|
||||
lualine_x = {'filetype'}
|
||||
lualine_x = { 'filetype' },
|
||||
},
|
||||
tabline = {
|
||||
lualine_a = {'buffers'},
|
||||
lualine_z = {'tabs'},
|
||||
}
|
||||
lualine_a = { 'buffers' },
|
||||
lualine_z = { 'tabs' },
|
||||
},
|
||||
}
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue