Neovim: fix indent-blankline
This commit is contained in:
parent
6afd86c4ef
commit
2977882a60
1 changed files with 5 additions and 0 deletions
|
|
@ -510,6 +510,11 @@ in {
|
|||
}
|
||||
{
|
||||
pkg = pkgs.unstable.vimPlugins.indent-blankline-nvim;
|
||||
event = "VeryLazy";
|
||||
main = "ibl";
|
||||
opts = {
|
||||
scope.enabled = false;
|
||||
};
|
||||
}
|
||||
{
|
||||
pkg = pkgs.unstable.vimPlugins.vim-sleuth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue