epwalsh / obsidian.nvim

Obsidian 🤝 Neovim
Apache License 2.0
3.3k stars 150 forks source link

vim.tbl_islist will be deprecated in nvim 0.12 #594

Closed keimoriyama closed 1 month ago

keimoriyama commented 1 month ago

Thank you for developing great plugin!

I'm using NVIM v0.11.0 and I got following warnings that vim.tbl_islist will be deprecated in NVIM v0.12. So I fixed vim.tbl_islist to vim.islist.

Screenshot 2024-05-20 at 9 44 58
pablobfonseca commented 1 month ago

Hi @keimoriyama, I believe this is being fixed on https://github.com/epwalsh/obsidian.nvim/pull/593

keimoriyama commented 1 month ago

Hi @pablobfonseca, thank you for replying. I didn't realize the solution in #593.