diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-20 19:24:49 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-10-20 19:24:49 +0000 |
commit | 6086b91962f782e39fc4edb01c9ac7415bba335d (patch) | |
tree | 70d169bb0004b47191a7a04fa37bf53282a03aed | |
parent | 7f57989ca9c2aba999758dc3aa3efa5c1cf5cab7 (diff) | |
download | dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar.gz dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar.bz2 dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar.lz dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar.xz dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.tar.zst dotfiles-6086b91962f782e39fc4edb01c9ac7415bba335d.zip |
nvim: Comment out theme that errors for no reason
-rw-r--r-- | .config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" }; |