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
a64e0d5f5d
commit
5f70bcb65a
2 changed files with 0 additions and 6 deletions
|
@ -64,9 +64,6 @@ vim.g.mapleader = " "
|
||||||
vim.g.maplocalleader = ","
|
vim.g.maplocalleader = ","
|
||||||
-- vim-dispatch
|
-- vim-dispatch
|
||||||
vim.g.dispatch_no_maps = 1
|
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
|
-- No default mappings for tmux navigator
|
||||||
vim.g.tmux_navigator_no_mappings = 1
|
vim.g.tmux_navigator_no_mappings = 1
|
||||||
-- Write the current buffer, but only if changed before navigating from Vim to tmux pane
|
-- 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,
|
use_virtual_text = true,
|
||||||
lint_events = { "BufWrite", "CursorHold" },
|
lint_events = { "BufWrite", "CursorHold" },
|
||||||
},
|
},
|
||||||
matchup = {
|
|
||||||
enable = true,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
require "nvim-treesitter.parsers".get_parser_configs().lean = {
|
require "nvim-treesitter.parsers".get_parser_configs().lean = {
|
||||||
|
|
Loading…
Reference in a new issue