plugins add
This commit is contained in:
parent
627dbee630
commit
72828d1601
1 changed files with 5 additions and 0 deletions
5
init.lua
5
init.lua
|
@ -169,8 +169,10 @@ require("lazy").setup({
|
||||||
{ "nvim-treesitter/nvim-treesitter", event = "VeryLazy" },
|
{ "nvim-treesitter/nvim-treesitter", event = "VeryLazy" },
|
||||||
{ "yioneko/nvim-yati", event = "VeryLazy" },
|
{ "yioneko/nvim-yati", event = "VeryLazy" },
|
||||||
{ "windwp/nvim-autopairs", config = true, event = "InsertEnter" },
|
{ "windwp/nvim-autopairs", config = true, event = "InsertEnter" },
|
||||||
|
{ "windwp/nvim-ts-autotag", config = true, event = "InsertEnter" },
|
||||||
{ "andymass/vim-matchup", event = "VeryLazy" },
|
{ "andymass/vim-matchup", event = "VeryLazy" },
|
||||||
{ "lambdalisue/suda.vim", cmd = { "SudaWrite", "SudaRead" } },
|
{ "lambdalisue/suda.vim", cmd = { "SudaWrite", "SudaRead" } },
|
||||||
|
{ "jghauser/mkdir.nvim", event = "ModeChanged" },
|
||||||
{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {}, event = "VeryLazy" },
|
{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {}, event = "VeryLazy" },
|
||||||
{ "kevinhwang91/nvim-hlslens", event = "VeryLazy" },
|
{ "kevinhwang91/nvim-hlslens", event = "VeryLazy" },
|
||||||
{ "numToStr/Comment.nvim", config = true, event = "VeryLazy" },
|
{ "numToStr/Comment.nvim", config = true, event = "VeryLazy" },
|
||||||
|
@ -598,6 +600,9 @@ require("nvim-treesitter.configs").setup({
|
||||||
yati = {
|
yati = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
autotag = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
matchup = {
|
matchup = {
|
||||||
enable = true,
|
enable = true,
|
||||||
enable_quotes = true,
|
enable_quotes = true,
|
||||||
|
|
Loading…
Reference in a new issue