nvim and polybar minor tweaks

This commit is contained in:
Tiago Sousa 2023-05-14 15:23:16 +01:00
parent 53a26d03c4
commit cf75e689e5
18 changed files with 132 additions and 501 deletions

View file

@ -144,6 +144,11 @@ _G.packer_plugins = {
path = "/home/tsousa/.local/share/nvim/site/pack/packer/start/nvim-cmp",
url = "https://github.com/hrsh7th/nvim-cmp"
},
["nvim-colorizer.lua"] = {
loaded = true,
path = "/home/tsousa/.local/share/nvim/site/pack/packer/start/nvim-colorizer.lua",
url = "https://github.com/norcalli/nvim-colorizer.lua"
},
["nvim-jdtls"] = {
loaded = true,
path = "/home/tsousa/.local/share/nvim/site/pack/packer/start/nvim-jdtls",