mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added autopairs
This commit is contained in:
@@ -897,6 +897,24 @@ require("lazy").setup({
|
||||
extensions = {},
|
||||
},
|
||||
},
|
||||
{
|
||||
"utilyre/barbecue.nvim",
|
||||
name = "barbecue",
|
||||
event = "BufEnter",
|
||||
dependencies = {
|
||||
"SmiteshP/nvim-navic",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"folke/tokyonight.nvim",
|
||||
},
|
||||
opts = {
|
||||
theme = "tokyonight",
|
||||
},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
|
||||
Reference in New Issue
Block a user