changed color scheme and updated plugins

This commit is contained in:
2023-12-19 17:48:11 +01:00
parent 3df046fae3
commit bf6f497268
5 changed files with 22 additions and 19 deletions

14
plugin/packer_compiled.lua Executable file → Normal file
View File

@@ -49,8 +49,8 @@ local function save_profiles(threshold)
end
time([[Luarocks path setup]], true)
local package_path_str = "/home/j409/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1700008891/share/lua/5.1/?/init.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1700008891/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/j409/.cache/nvim/packer_hererocks/2.1.1700008891/lib/lua/5.1/?.so"
local package_path_str = "/home/j409/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1702233742/share/lua/5.1/?/init.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?.lua;/home/j409/.cache/nvim/packer_hererocks/2.1.1702233742/lib/luarocks/rocks-5.1/?/init.lua"
local install_cpath_pattern = "/home/j409/.cache/nvim/packer_hererocks/2.1.1702233742/lib/lua/5.1/?.so"
if not string.find(package.path, package_path_str, 1, true) then
package.path = package.path .. ';' .. package_path_str
end
@@ -79,6 +79,11 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/LuaSnip",
url = "https://github.com/L3MON4D3/LuaSnip"
},
catppuccin = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/catppuccin",
url = "https://github.com/catppuccin/nvim"
},
["cmp-nvim-lsp"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp",
@@ -134,11 +139,6 @@ _G.packer_plugins = {
path = "/home/j409/.local/share/nvim/site/pack/packer/start/telescope.nvim",
url = "https://github.com/nvim-telescope/telescope.nvim"
},
["tokyonight.nvim"] = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/tokyonight.nvim",
url = "https://github.com/folke/tokyonight.nvim"
},
undotree = {
loaded = true,
path = "/home/j409/.local/share/nvim/site/pack/packer/start/undotree",