feat: add tabline, filetree, autopairs

This commit is contained in:
Toth Alex 2023-09-28 11:14:48 +02:00
parent d891f4ac5a
commit 4b150dbc0d
7 changed files with 155 additions and 21 deletions

View file

@ -0,0 +1,16 @@
local custom_onedark = require 'lualine.themes.onedark_dark'
custom_onedark.normal.c.bg = '#000000'
return {
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
theme = custom_onedark,
section_separators = { left = '', right = '' },
component_separators = { left = '', right = '' },
},
},
}