feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline

This commit is contained in:
Jiří Štefka 2024-09-18 02:42:21 +02:00
parent 165f2b5173
commit c211d60155
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
5 changed files with 100 additions and 31 deletions
nvim/plugin

View file

@ -43,36 +43,36 @@ require('lualine').setup {
theme = 'auto',
},
-- Example top tabline configuration (this may clash with other plugins)
-- tabline = {
-- lualine_a = {
-- {
-- 'tabs',
-- mode = 1,
-- },
-- },
-- lualine_b = {
-- {
-- 'buffers',
-- show_filename_only = true,
-- show_bufnr = true,
-- mode = 4,
-- filetype_names = {
-- TelescopePrompt = 'Telescope',
-- dashboard = 'Dashboard',
-- fzf = 'FZF',
-- },
-- buffers_color = {
-- -- Same values as the general color option can be used here.
-- active = 'lualine_b_normal', -- Color for active buffer.
-- inactive = 'lualine_b_inactive', -- Color for inactive buffer.
-- },
-- },
-- },
-- lualine_c = {},
-- lualine_x = {},
-- lualine_y = {},
-- lualine_z = {},
-- },
tabline = {
lualine_a = {
{
'tabs',
mode = 1,
},
},
lualine_b = {
{
'buffers',
show_filename_only = true,
show_bufnr = true,
mode = 4,
filetype_names = {
TelescopePrompt = 'Telescope',
dashboard = 'Dashboard',
fzf = 'FZF',
},
buffers_color = {
-- Same values as the general color option can be used here.
active = 'lualine_b_normal', -- Color for active buffer.
inactive = 'lualine_b_inactive', -- Color for inactive buffer.
},
},
},
lualine_c = {},
lualine_x = {},
lualine_y = {},
lualine_z = {},
},
winbar = {
lualine_z = {
{