feat: broken lazyvimand alacritty configs

This commit is contained in:
Elias Renman
2023-11-30 00:50:05 +01:00
parent 5313a2914d
commit 25ff02b0dc
2 changed files with 64 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ require("lazy").setup({
spec = {
-- add LazyVim and import its plugins
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ "catppuccin/nvim", name = "catppuccin" },
{ "folke/tokyonight.nvim" },
-- { "catppuccin/nvim", name = "catppuccin" },
-- import any extras modules here
-- { import = "lazyvim.plugins.extras.lang.typescript" },
-- { import = "lazyvim.plugins.extras.lang.json" },
@@ -27,7 +28,7 @@ require("lazy").setup({
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
install = { colorscheme = { "catppuccin-mocha" } },
install = { colorscheme = { "tokyonight-day" } },
checker = { enabled = true }, -- automatically check for plugin updates
performance = {
rtp = {