Patch for vfiler.vim to mitigate the effects of noice.nvim
In noice.nvim, to solve the problem of Neovim, the /
or ?
The conceallevel
option is changed internally when searching with
When the conceallevel
option is changed externally, the appearance of vfiler.vim is adversely affected.
This patch is applied to minimize the negative visual impact.
- Install the plugin with your favorite plugin manager, e.g. vim-plug:
Plug 'obaland/vfiler.vim'
Plug 'obaland/vfiler-patch-noice.nvim'
- Setup the patch before starting
vfiler.vim
.
require'vfiler/patches/noice'.setup()
-- ...
require('vfiler').start()
- If you do not use noice.nvim, you do not need this patch.
Paddington is licensed under the MIT license.
Copyright © 2023, obaland