plugins add

This commit is contained in:
Rikuoh Tsujitani 2023-11-25 09:41:26 +09:00
parent 627dbee630
commit 72828d1601
Signed by: riq0h
GPG key ID: 010F09DEA298C717

View file

@ -169,8 +169,10 @@ require("lazy").setup({
{ "nvim-treesitter/nvim-treesitter", event = "VeryLazy" },
{ "yioneko/nvim-yati", event = "VeryLazy" },
{ "windwp/nvim-autopairs", config = true, event = "InsertEnter" },
{ "windwp/nvim-ts-autotag", config = true, event = "InsertEnter" },
{ "andymass/vim-matchup", event = "VeryLazy" },
{ "lambdalisue/suda.vim", cmd = { "SudaWrite", "SudaRead" } },
{ "jghauser/mkdir.nvim", event = "ModeChanged" },
{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {}, event = "VeryLazy" },
{ "kevinhwang91/nvim-hlslens", event = "VeryLazy" },
{ "numToStr/Comment.nvim", config = true, event = "VeryLazy" },
@ -598,6 +600,9 @@ require("nvim-treesitter.configs").setup({
yati = {
enable = true,
},
autotag = {
enable = true,
},
matchup = {
enable = true,
enable_quotes = true,