firenvim things

This commit is contained in:
Christoph J. Scherr 2024-02-16 18:03:35 +01:00
parent 4c102a131b
commit 86876da896
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
3 changed files with 7 additions and 1 deletions

View File

@ -315,6 +315,7 @@ local plugins = {
-- lazy.nvim
{
"folke/noice.nvim",
enabled = not vim.g.started_by_firenvim,
event = "VeryLazy",
-- config.lsp.signature.enabled = false
dependencies = {
@ -475,7 +476,8 @@ local plugins = {
},
{
"glacambre/firenvim",
lazy = not vim.g.started_by_firenvim,
enabled = vim.g.started_by_firenvim,
lazy = false,
build = function()
vim.fn["firenvim#install"](0)
end,

View File

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

Binary file not shown.