Compare commits

..

No commits in common. "aefbe0981e9d4bee8d43a9b305c5eb27d49f7c6c" and "10a01d05035c65b70e1b0d10674ffdf93c2cbe3f" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View file

@ -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,

View file

@ -279,7 +279,3 @@ Lockscreen
licht/! licht/!
Licht Licht
ESRDD ESRDD
erstmal
warmweißer
WG
SilverBullet

Binary file not shown.