mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 18:22:59 +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)
|
||||
if vim.fn.pumvisible() == 1 then
|
||||
return vim.fn["coc#_select_confirm"]()
|
||||
|
|
Loading…
Reference in a new issue