nvim: Drop settings for vim-matchup
We dropped the vim-matchup plugin in 03bd6276d
but missed
removing these settings.
This commit is contained in:
parent
7abf3ede8d
commit
f29a09d95e
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue