mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-24 20:44:34 +02:00
update
This commit is contained in:
parent
09a1733514
commit
976845601b
8 changed files with 28 additions and 28 deletions
|
@ -268,7 +268,7 @@ return {
|
|||
{
|
||||
"moll/vim-bbye",
|
||||
-- commit = "25ef93ac5a87526111f43e5110675032dbcacf56",
|
||||
event = "VeryLazy",
|
||||
event = "InsertEnter",
|
||||
},
|
||||
-- for view terminal
|
||||
{
|
||||
|
@ -322,7 +322,7 @@ return {
|
|||
-- for auto close tag
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
event = "VeryLazy",
|
||||
event = "InsertEnter",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
init = function()
|
||||
require("nvim-ts-autotag").setup()
|
||||
|
@ -496,7 +496,7 @@ return {
|
|||
{
|
||||
"echasnovski/mini.indentscope",
|
||||
version = false, -- wait till new 0.7.0 release to put it back on semver
|
||||
event = "BufReadPre",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
-- symbol = "▏",
|
||||
symbol = "│",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue