[nvim]feat: change colorscheme

!!!BREAKING : discard Polyjuice

new colorscheme will be delivered sooooooon
This commit is contained in:
David JULIEN 2021-10-22 00:00:49 +02:00
parent 114058ab24
commit aca04e5745
No known key found for this signature in database
GPG Key ID: 4B388E8BD9D47382
4 changed files with 2 additions and 8 deletions

View File

@ -9,5 +9,3 @@ require("settings") -- ./lua/settings.lua
require("plugins") -- ./lua/plugins.lua
require("maps") -- ./lua/maps.lua
require("statusline") -- ./lua/statusline.lua
require("polyjuice") -- ~/.local/src/polyjuice/lua/polyjuice.lua

View File

@ -20,8 +20,8 @@ return require("packer").startup(function()
-- colorscheme
use {
"~/.local/src/polyjuice/",
requires = "tjdevries/colorbuddy.nvim"
"~/.local/src/astronomy",
config = function() require("colorscheme") end
}
-- tree-sitter

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule ".local/src/polyjuice"]
path = .local/src/polyjuice
url = git@github.com:swy7ch/polyjuice.git
[submodule ".local/src/dwm"]
path = .local/src/dwm
url = git@github.com:swy7ch/dwm.git

@ -1 +0,0 @@
Subproject commit bd4119a8c1a57b84f9470950a514f52d81907abb