feat(plugins,lualine): Add neo-tree, Comment.nvim, presence.nvim, set bufferline
This commit is contained in:
parent
165f2b5173
commit
c211d60155
5 changed files with 100 additions and 31 deletions
nvim/plugin
|
@ -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 = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue