diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 09:13:29 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 09:13:29 +0900 |
commit | e0373fbfeb5127fffb70e7c9f8f004742ff0c1c7 (patch) | |
tree | 78412396237c29ff12236ae5f22c019db6bb5f20 /fnl/nvrc | |
parent | 6efe58573cc658de42f9ad6911002e3e8eab189a (diff) | |
download | nvimrc-e0373fbfeb5127fffb70e7c9f8f004742ff0c1c7.tar.gz nvimrc-e0373fbfeb5127fffb70e7c9f8f004742ff0c1c7.zip |
feat(feline): NvimTree -> lir (force-inactive)
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/packs/feline.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/feline.fnl b/fnl/nvrc/packs/feline.fnl index 06d4f31..e75ad8e 100644 --- a/fnl/nvrc/packs/feline.fnl +++ b/fnl/nvrc/packs/feline.fnl @@ -128,7 +128,7 @@ :inactive [comps.left.inactive comps.right.inactive]}) (local properties - {:force_inactive {:filetypes [:NvimTree :packer] + {:force_inactive {:filetypes [:lir :packer] :buftypes [:terminal :packer]}}) (feline.setup {:theme colors |