packages: Add polylux and pdfpc

This commit is contained in:
DashieTM 2024-07-01 16:29:51 +02:00
parent b9c687d62e
commit 7e65c8e62a
22 changed files with 506 additions and 164 deletions

View file

@ -5,7 +5,6 @@ local function open_nvim_tree(data)
if not directory then
return
end
print("FUCK")
-- change to the directory
vim.cmd.cd(data.file)

View file

@ -38,7 +38,6 @@ require("lazy").setup({
lazy = true,
version = false,
},
install = { colorscheme = { "tokyonight", "catppuccin-mocha" } },
checker = { enabled = true, notify = false },
change_detection = { enabled = true, notify = false },
performance = {