Hey 👋. So I was running some health checks and noticed the vim.deprecated section.
vim.deprecated: 1 ⚠️
~
- ⚠️ WARNING vim.validate is deprecated. Feature will be removed in Nvim 1.0
- ADVICE:
- use vim.validate(name, value, validator, optional_or_msg) instead.
- stack traceback:
/home/akashmondal/.config/nvim/.plugins/toggleterm.nvim/lua/toggleterm.lua:275
/home/akashmondal/.config/nvim/.plugins/toggleterm.nvim/lua/toggleterm.lua:452
And the reason you're seeing the .plugins directory is because I've installed this plugin manually.
Hey 👋. So I was running some health checks and noticed the
vim.deprecatedsection.And the reason you're seeing the
.pluginsdirectory is because I've installed this plugin manually.