splitjoin

This commit is contained in:
Christian Nieves
2023-10-31 00:34:28 -05:00
parent cf131d7d17
commit 3b16ebec49
3 changed files with 47 additions and 41 deletions

View File

@ -4,6 +4,14 @@ return {
{ "nvim-lua/plenary.nvim", lazy = false },
{ "nvim-tree/nvim-web-devicons", lazy = false },
{ "squk/java-syntax.vim", lazy = false },
{ "echasnovski/mini.splitjoin", version = "*" },
{
"andweeb/presence.nvim",
cond = not use_google(),
config = function()
require("presence").setup()
end,
},
{
"petertriho/nvim-scrollbar",
config = function()