adding bufferline and changing color.lua
This commit is contained in:
parent
28d630d239
commit
3d9da01eb7
|
@ -0,0 +1,11 @@
|
||||||
|
-- return {
|
||||||
|
-- 'akinsho/bufferline.nvim',
|
||||||
|
-- version = "*",
|
||||||
|
-- dependencies = 'nvim-tree/nvim-web-devicons',
|
||||||
|
-- opts = {
|
||||||
|
-- options = {
|
||||||
|
-- mode = "buffers",
|
||||||
|
-- separator_style = "slant",
|
||||||
|
-- }
|
||||||
|
-- }
|
||||||
|
-- }
|
|
@ -30,7 +30,7 @@ return { -- You can easily change to a different colorscheme.
|
||||||
dim_inactive = false,
|
dim_inactive = false,
|
||||||
transparent_mode = false,
|
transparent_mode = false,
|
||||||
},
|
},
|
||||||
config = function()
|
init = function()
|
||||||
-- Load the colorscheme here
|
-- Load the colorscheme here
|
||||||
vim.cmd.colorscheme 'gruvbox'
|
vim.cmd.colorscheme 'gruvbox'
|
||||||
vim.o.background = 'dark'
|
vim.o.background = 'dark'
|
||||||
|
@ -38,5 +38,4 @@ return { -- You can easily change to a different colorscheme.
|
||||||
-- You can configure highlights by doing something like
|
-- You can configure highlights by doing something like
|
||||||
vim.cmd.hi 'Comment gui=none'
|
vim.cmd.hi 'Comment gui=none'
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue