Compare commits
2 commits
10a01d0503
...
aefbe0981e
Author | SHA1 | Date | |
---|---|---|---|
aefbe0981e | |||
86876da896 |
3 changed files with 7 additions and 1 deletions
|
@ -320,6 +320,7 @@ local plugins = {
|
|||
-- lazy.nvim
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
enabled = not vim.g.started_by_firenvim,
|
||||
event = "VeryLazy",
|
||||
-- config.lsp.signature.enabled = false
|
||||
dependencies = {
|
||||
|
@ -480,7 +481,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,
|
||||
|
|
|
@ -279,3 +279,7 @@ Lockscreen
|
|||
licht/!
|
||||
Licht
|
||||
ESRDD
|
||||
erstmal
|
||||
warmweißer
|
||||
WG
|
||||
SilverBullet
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue