mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Replace delimitMate with mini.pairs
This commit is contained in:
parent
37b2522e03
commit
125dbf8b26
3 changed files with 19 additions and 0 deletions
6
nvim/plugin/mini-nvim.lua
Normal file
6
nvim/plugin/mini-nvim.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local ok, mini_pairs = pcall(require, "mini.pairs")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
mini_pairs.setup()
|
Loading…
Add table
Add a link
Reference in a new issue