mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
visuals/tiny-deviocns-auto-colors: fix npins name incompat
This commit is contained in:
parent
678598167c
commit
033a47a7d6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["tiny-devicons-auto-colors" "nvim-web-devicons"];
|
startPlugins = ["tiny-devicons-auto-colors-nvim" "nvim-web-devicons"];
|
||||||
|
|
||||||
pluginRC.tiny-devicons-auto-colors = entryAnywhere ''
|
pluginRC.tiny-devicons-auto-colors = entryAnywhere ''
|
||||||
require("tiny-devicons-auto-colors").setup(${toLuaObject cfg.setupOpts})
|
require("tiny-devicons-auto-colors").setup(${toLuaObject cfg.setupOpts})
|
||||||
|
|
Loading…
Add table
Reference in a new issue