diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index fbb1d0e..5c9d348 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -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, diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index c241e59..ffff2ce 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -279,3 +279,7 @@ Lockscreen licht/! Licht ESRDD +erstmal +warmweißer +WG +SilverBullet diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index cb8d3cd..1e3d00c 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ