mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
feat: match new nvimtree.lua module name in othere modules
This commit is contained in:
parent
5c7546a8fa
commit
74d7b394b5
2 changed files with 2 additions and 7 deletions
|
@ -95,7 +95,7 @@ in {
|
|||
|
||||
${
|
||||
# TODO: This probably will need to be reworked for custom-keybinds
|
||||
if config.vim.filetree.nvimTreeLua.enable
|
||||
if config.vim.filetree.nvimTree.enable
|
||||
then ''
|
||||
-- NvimTree
|
||||
["<leader>t"] = { name = "+NvimTree" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue