mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
777e7a4f61
commit
af5d7b77f9
4 changed files with 18 additions and 18 deletions
|
@ -12,7 +12,7 @@ return {
|
|||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
-- dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
|
||||
event = "BufRead",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
require("user.lualine")
|
||||
end,
|
||||
|
@ -60,7 +60,7 @@ return {
|
|||
"akinsho/toggleterm.nvim",
|
||||
lazy = true,
|
||||
cmd = { "ToggleTerm" },
|
||||
event = "BufRead",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("user.toggleterm")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue