extracting some plugin configuration from init.lua

This commit is contained in:
Lorne Stalker 2023-08-29 19:58:46 +01:00
parent 32b04db8ed
commit d88024c1d9
6 changed files with 107 additions and 131 deletions

View file

@ -0,0 +1,12 @@
return {
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
theme = 'onedark',
component_separators = '|',
section_separators = '',
},
},
}