Disable matchup

This commit is contained in:
Christian Nieves
2024-12-11 12:55:01 -06:00
parent d29d3be651
commit 3d4f13be75
2 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,7 @@ return {
{ "nvim-lua/plenary.nvim", lazy = false },
{ "squk/java-syntax.vim", ft = "java" },
{ "udalov/kotlin-vim", event = "VeryLazy", ft = "kotlin" },
{ "andymass/vim-matchup", event = "VimEnter" },
-- { "andymass/vim-matchup", event = "VimEnter" },
{ "jghauser/mkdir.nvim", event = "BufWritePre" },
{
"rmagatti/auto-session",

View File

@ -41,6 +41,8 @@ return {
vim.opt.completeopt = { "menu", "menuone", "noselect" }
local cmp = require("cmp")
local luasnip = require("luasnip")
local compare = cmp.config.compare
local conditionalSources = {}