Yet another update

This commit is contained in:
Kristofers Solo
2023-08-09 16:36:35 +03:00
parent 6202d588b9
commit a763bf7372
13 changed files with 369 additions and 139 deletions

View File

@@ -31,6 +31,20 @@ return {
},
},
{
"windwp/nvim-autopairs", -- Autopairs, integrates with both cmp and treesitter
event = "InsertEnter",
opts = {
check_ts = true, -- treesitter integration
disable_filetype = {
"NvimTree",
"TelescopePrompt",
"alpha",
"lazy",
},
},
},
{
"jay-babu/mason-null-ls.nvim",
event = { "BufReadPre", "BufNewFile" },