This commit is contained in:
Christian Nieves
2024-01-20 02:08:11 -06:00
parent a865a14bb7
commit e4926e135c
3 changed files with 26 additions and 42 deletions

View File

@ -1,15 +1,4 @@
return {
{
"tiagovla/scope.nvim",
config = function()
-- vim.opt.sessionoptions = { -- required
-- "buffers",
-- "tabpages",
-- "globals",
-- }
require("scope").setup({})
end,
},
{
"akinsho/bufferline.nvim",
version = "*",
@ -19,7 +8,7 @@ return {
require("bufferline").setup({
options = {
-- separator_style = "slope",
separator_style = "slant",
-- separator_style = "slant",
hover = {
enabled = true,
delay = 200,