leap and bufferline

This commit is contained in:
Christian Nieves
2023-08-23 07:46:28 +00:00
parent fb1185cc2d
commit 87ac7d3773
8 changed files with 135 additions and 122 deletions

View File

@ -1,19 +1,6 @@
local use_google = require("utils").use_google
return {
-- {
-- "rcarriga/nvim-notify",
-- config = function()
-- local colors = require("catppuccin.palettes").get_palette()
-- require("notify").setup({
-- background_colour = colors.base,
-- fps = 10, -- default 30
-- stages = "slide", -- default fade_in_slide_out
-- timeout = 5000, -- default 5000
-- })
-- vim.notify = require("notify")
-- end,
-- },
-- Pretty symbols
{
"nvim-tree/nvim-web-devicons",
@ -34,7 +21,6 @@ return {
},
"ntpeters/vim-better-whitespace",
"junegunn/fzf.vim",
"nathanaelkane/vim-indent-guides",
"tversteeg/registers.nvim",
"jremmen/vim-ripgrep",
"nvim-lua/plenary.nvim",