godot and telescope ripgrep

This commit is contained in:
Christian Nieves
2025-03-16 16:38:34 -05:00
parent f595b1fcfa
commit 76686a0e87
9 changed files with 240 additions and 217 deletions

View File

@ -1,6 +1,19 @@
local use_google = require("utils").use_google
return {
{
"squk/ableton.nvim",
lazy = false,
cond = not use_google(),
priority = 1000,
dir = "~/neovim-plugins/squk/ableton.nvim",
opts = {
variant = "cooler",
},
config = function()
vim.cmd("colorscheme ableton")
end,
},
{
"dgox16/oldworld.nvim",
lazy = false,
@ -10,7 +23,7 @@ return {
variant = "cooler",
},
config = function()
vim.cmd("colorscheme oldworld")
-- vim.cmd("colorscheme oldworld")
end,
},
{