Skip to content

Commit 3e2ee61

Browse files
authored
fix(avante-nvim): prevent neo-tree mapping warnings (#1510)
1 parent 2e617e6 commit 3e2ee61

File tree

1 file changed

+4
-4
lines changed
  • lua/astrocommunity/completion/avante-nvim

1 file changed

+4
-4
lines changed

lua/astrocommunity/completion/avante-nvim/init.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ return {
141141
if not open then sidebar.file_selector:remove_selected_file "neo-tree filesystem [1]" end
142142
end,
143143
},
144-
},
145-
window = {
146-
mappings = {
147-
["oa"] = "avante_add_files",
144+
window = {
145+
mappings = {
146+
["oa"] = "avante_add_files",
147+
},
148148
},
149149
},
150150
},

0 commit comments

Comments
 (0)