Cleaning up before editing.

This commit is contained in:
Florian Feigl 2024-01-25 01:21:08 +01:00
parent c7383d9700
commit f70e031d85
15 changed files with 6 additions and 449 deletions

View file

@ -1,11 +1,10 @@
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
-- dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'auto',
component_separators = '|',
section_separators = '',
},