adding solarized, much better for my eyes
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
require('catppuccin').setup({
|
|
||||||
flavour = "latte"
|
|
||||||
})
|
|
||||||
|
|
||||||
function ColorMyPencils(color)
|
function ColorMyPencils(color)
|
||||||
color = color or "catppuccin"
|
color = color or "solarized"
|
||||||
vim.cmd.colorscheme(color)
|
vim.cmd.colorscheme(color)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -69,5 +69,6 @@ return require('packer').startup(function(use)
|
|||||||
|
|
||||||
use("ThePrimeagen/harpoon")
|
use("ThePrimeagen/harpoon")
|
||||||
|
|
||||||
use { "catppuccin/nvim", as = "catppuccin" }
|
use('shaunsingh/solarized.nvim')
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
@@ -85,11 +85,6 @@ _G.packer_plugins = {
|
|||||||
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/LuaSnip",
|
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/LuaSnip",
|
||||||
url = "https://github.com/L3MON4D3/LuaSnip"
|
url = "https://github.com/L3MON4D3/LuaSnip"
|
||||||
},
|
},
|
||||||
catppuccin = {
|
|
||||||
loaded = true,
|
|
||||||
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/catppuccin",
|
|
||||||
url = "https://github.com/catppuccin/nvim"
|
|
||||||
},
|
|
||||||
["cellular-automaton.nvim"] = {
|
["cellular-automaton.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
|
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
|
||||||
@@ -210,6 +205,11 @@ _G.packer_plugins = {
|
|||||||
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
|
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
|
||||||
url = "https://github.com/simrat39/rust-tools.nvim"
|
url = "https://github.com/simrat39/rust-tools.nvim"
|
||||||
},
|
},
|
||||||
|
["solarized.nvim"] = {
|
||||||
|
loaded = true,
|
||||||
|
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/solarized.nvim",
|
||||||
|
url = "https://github.com/shaunsingh/solarized.nvim"
|
||||||
|
},
|
||||||
["telescope.nvim"] = {
|
["telescope.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
path = "/home/talksik-fedora/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user