ughghghghghghghg

This commit is contained in:
Christian Nieves
2024-10-14 17:55:51 +00:00
parent f0b4b89b9b
commit f237b861fc
4 changed files with 16 additions and 118 deletions

View File

@ -17,12 +17,6 @@ local plugins = {
-- this entry tells lazy.nvim to load the list of of *.lua files from plugins/
{ import = "plugins" },
}
if use_google() then
table.insert(plugins, {
url = "sso://user/fentanes/nvgoog",
import = "nvgoog.default",
})
end
require("lazy").setup(plugins)
require("config.clipboard")
require("config.zip")