Update
This commit is contained in:
parent
6ffcdca5f3
commit
5f0e861fdd
|
|
@ -96,7 +96,6 @@ _G.packer_plugins = {
|
||||||
url = "https://github.com/saadparwaiz1/cmp_luasnip"
|
url = "https://github.com/saadparwaiz1/cmp_luasnip"
|
||||||
},
|
},
|
||||||
["gitsigns.nvim"] = {
|
["gitsigns.nvim"] = {
|
||||||
config = { "\27LJ\2\0026\0\0\2\0\3\0\0066\0\0\0'\1\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rgitsigns\frequire\0" },
|
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/dm/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
|
path = "/home/dm/.local/share/nvim/site/pack/packer/start/gitsigns.nvim",
|
||||||
url = "https://github.com/lewis6991/gitsigns.nvim"
|
url = "https://github.com/lewis6991/gitsigns.nvim"
|
||||||
|
|
@ -149,10 +148,6 @@ _G.packer_plugins = {
|
||||||
}
|
}
|
||||||
|
|
||||||
time([[Defining packer_plugins]], false)
|
time([[Defining packer_plugins]], false)
|
||||||
-- Config for: gitsigns.nvim
|
|
||||||
time([[Config for gitsigns.nvim]], true)
|
|
||||||
try_loadstring("\27LJ\2\0026\0\0\2\0\3\0\0066\0\0\0'\1\1\0B\0\2\0029\0\2\0B\0\1\1K\0\1\0\nsetup\rgitsigns\frequire\0", "config", "gitsigns.nvim")
|
|
||||||
time([[Config for gitsigns.nvim]], false)
|
|
||||||
-- Config for: NeoSolarized
|
-- Config for: NeoSolarized
|
||||||
time([[Config for NeoSolarized]], true)
|
time([[Config for NeoSolarized]], true)
|
||||||
try_loadstring("\27LJ\2\2<\0\0\2\0\3\0\0056\0\0\0009\0\1\0'\1\2\0B\0\2\1K\0\1\0\29colorscheme NeoSolarized\bcmd\bvim\0", "config", "NeoSolarized")
|
try_loadstring("\27LJ\2\2<\0\0\2\0\3\0\0056\0\0\0009\0\1\0'\1\2\0B\0\2\1K\0\1\0\29colorscheme NeoSolarized\bcmd\bvim\0", "config", "NeoSolarized")
|
||||||
|
|
|
||||||
|
|
@ -232,6 +232,7 @@ exec_always /usr/libexec/kdeconnectd &
|
||||||
exec_always pkill kanshi; exec kanshi &
|
exec_always pkill kanshi; exec kanshi &
|
||||||
exec gammastep-indicator -l 54.09:12.13 -t 6500:3000 &
|
exec gammastep-indicator -l 54.09:12.13 -t 6500:3000 &
|
||||||
exec pipewire &
|
exec pipewire &
|
||||||
|
exec wireplumber &
|
||||||
exec pipewire-pulse &
|
exec pipewire-pulse &
|
||||||
exec_always nm-applet --indicator &
|
exec_always nm-applet --indicator &
|
||||||
exec_always kdeconnect-indicator &
|
exec_always kdeconnect-indicator &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue