nvim: Drop settings for vim-matchup

We dropped the vim-matchup plugin in 03bd6276d but missed
removing these settings.
This commit is contained in:
Sanchayan Maity 2024-12-26 14:49:30 +05:30
parent 8692fc7ebb
commit ad2f7c00f4
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3
2 changed files with 0 additions and 6 deletions

View file

@ -64,9 +64,6 @@ vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- vim-dispatch
vim.g.dispatch_no_maps = 1
-- vim-matchup
vim.g.matchup_matchparen_offscreen = { method = 'popup', fullwidth = true }
vim.g.matchup_surround_enabled = 1
-- No default mappings for tmux navigator
vim.g.tmux_navigator_no_mappings = 1
-- Write the current buffer, but only if changed before navigating from Vim to tmux pane

View file

@ -41,9 +41,6 @@ require'nvim-treesitter.configs'.setup {
use_virtual_text = true,
lint_events = { "BufWrite", "CursorHold" },
},
matchup = {
enable = true,
},
}
require "nvim-treesitter.parsers".get_parser_configs().lean = {