firenvim things
This commit is contained in:
parent
4c102a131b
commit
86876da896
|
@ -315,6 +315,7 @@ 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 = {
|
||||||
|
@ -475,7 +476,8 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"glacambre/firenvim",
|
"glacambre/firenvim",
|
||||||
lazy = not vim.g.started_by_firenvim,
|
enabled = vim.g.started_by_firenvim,
|
||||||
|
lazy = false,
|
||||||
build = function()
|
build = function()
|
||||||
vim.fn["firenvim#install"](0)
|
vim.fn["firenvim#install"](0)
|
||||||
end,
|
end,
|
||||||
|
|
|
@ -279,3 +279,7 @@ Lockscreen
|
||||||
licht/!
|
licht/!
|
||||||
Licht
|
Licht
|
||||||
ESRDD
|
ESRDD
|
||||||
|
erstmal
|
||||||
|
warmweißer
|
||||||
|
WG
|
||||||
|
SilverBullet
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue