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
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
enabled = not vim.g.started_by_firenvim,
|
||||
event = "VeryLazy",
|
||||
-- config.lsp.signature.enabled = false
|
||||
dependencies = {
|
||||
|
@ -481,8 +480,7 @@ local plugins = {
|
|||
},
|
||||
{
|
||||
"glacambre/firenvim",
|
||||
enabled = vim.g.started_by_firenvim,
|
||||
lazy = false,
|
||||
lazy = not vim.g.started_by_firenvim,
|
||||
build = function()
|
||||
vim.fn["firenvim#install"](0)
|
||||
end,
|
||||
|
|
|
@ -279,7 +279,3 @@ Lockscreen
|
|||
licht/!
|
||||
Licht
|
||||
ESRDD
|
||||
erstmal
|
||||
warmweißer
|
||||
WG
|
||||
SilverBullet
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue