Skip to content

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

License

Notifications You must be signed in to change notification settings

obaland/vfiler-patch-noice.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages