Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.36 KB

vfiler-patch-noice.nvim

Patch for vfiler.vim to mitigate the effects of noice.nvim

Description

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.

Installation

  1. Install the plugin with your favorite plugin manager, e.g. vim-plug:
Plug 'obaland/vfiler.vim'
Plug 'obaland/vfiler-patch-noice.nvim'
  1. Setup the patch before starting vfiler.vim.
require'vfiler/patches/noice'.setup()
-- ...
require('vfiler').start()

Notes

  • If you do not use noice.nvim, you do not need this patch.

Effects of the patch

Before applying

before-applying

After applying

after-applying

License

Paddington is licensed under the MIT license.
Copyright © 2023, obaland