This commit is contained in:
Christian Nieves
2025-03-25 16:04:57 -05:00
parent f9a40408aa
commit 5f814e7560
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,11 @@
local use_google = require("utils").use_google
return {
{
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
config = true, -- or `opts = {}`
},
{
"folke/flash.nvim",
event = "VeryLazy",

View File

@ -6,7 +6,7 @@ return {
lazy = false,
cond = not use_google(),
priority = 1000,
dir = "~/neovim-plugins/squk/ableton.nvim",
-- dir = "~/neovim-plugins/squk/ableton.nvim",
opts = {
variant = "cooler",
},