From 6086b91962f782e39fc4edb01c9ac7415bba335d Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 20 Oct 2022 21:24:49 +0200 Subject: nvim: Comment out theme that errors for no reason --- .config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 1c13e75..6f5c994 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -31,7 +31,7 @@ local PKGS = { { url = "https://github.com/dracula/vim.git" }; { url = "https://github.com/folke/tokyonight.nvim.git" }; { url = "https://github.com/Mofiqul/vscode.nvim.git" }; - { url = "https://github.com/marko-cerovac/material.nvim.git" }; + -- { url = "https://github.com/marko-cerovac/material.nvim.git" }; { url = "https://github.com/sainnhe/sonokai.git" }; { url = "https://github.com/navarasu/onedark.nvim.git" }; { url = "https://github.com/Mofiqul/adwaita.nvim.git" }; -- cgit v1.2.3