Compare commits
No commits in common. "aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c" and "10a01d05035c65b70e1b0d10674ffdf93c2cbe3f" have entirely different histories.
aefbe0981e
...
10a01d0503
3 changed files with 1 additions and 7 deletions
|
@ -320,7 +320,6 @@ local plugins = {
|
||||||
-- lazy.nvim
|
-- lazy.nvim
|
||||||
{
|
{
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
enabled = not vim.g.started_by_firenvim,
|
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
-- config.lsp.signature.enabled = false
|
-- config.lsp.signature.enabled = false
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
@ -481,8 +480,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"glacambre/firenvim",
|
"glacambre/firenvim",
|
||||||
enabled = vim.g.started_by_firenvim,
|
lazy = not vim.g.started_by_firenvim,
|
||||||
lazy = false,
|
|
||||||
build = function()
|
build = function()
|
||||||
vim.fn["firenvim#install"](0)
|
vim.fn["firenvim#install"](0)
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -279,7 +279,3 @@ Lockscreen
|
||||||
licht/!
|
licht/!
|
||||||
Licht
|
Licht
|
||||||
ESRDD
|
ESRDD
|
||||||
erstmal
|
|
||||||
warmweißer
|
|
||||||
WG
|
|
||||||
SilverBullet
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue