From edc99e84efed3e77abb169c90bf0bae50902d46b Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 18 Nov 2024 11:31:16 +1100 Subject: [PATCH] neovim: update plugin module names --- outputs/pkgs/ook-vim/plugins/ui.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/outputs/pkgs/ook-vim/plugins/ui.nix b/outputs/pkgs/ook-vim/plugins/ui.nix index f709199..31512fa 100644 --- a/outputs/pkgs/ook-vim/plugins/ui.nix +++ b/outputs/pkgs/ook-vim/plugins/ui.nix @@ -14,14 +14,12 @@ }; # < https://github.com/NotAShelf/nvf/tree/main/modules/plugins/visuals > visuals = { - enable = true; - # icons that other plugins depend on. - nvimWebDevicons.enable = true; + nvim-web-devicons.enable = true; fidget-nvim.enable = true; # indent lines - indentBlankline = { + indent-blankline = { enable = true; setupOpts = { scope = {