mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 01:49:58 +01:00
enable nvim pears tag matching preset
This commit is contained in:
parent
7171685ebe
commit
a7f575f3e8
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
require "pears".setup(function(conf)
|
local pears = require "pears"
|
||||||
|
|
||||||
|
pears.setup(function(conf)
|
||||||
|
conf.preset "tag_matching"
|
||||||
|
|
||||||
conf.on_enter(function(pears_handle)
|
conf.on_enter(function(pears_handle)
|
||||||
if vim.fn.pumvisible() == 1 then
|
if vim.fn.pumvisible() == 1 then
|
||||||
return vim.fn["coc#_select_confirm"]()
|
return vim.fn["coc#_select_confirm"]()
|
||||||
|
|
Loading…
Add table
Reference in a new issue