We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using nvim-tree and fidget.nvim and received error messages once i enabled view.float.enable = true inside of my nvim-tree plugin.
The error occurs every time i start nvim
Error Message:
[NvimTree] Handler for event TreeOpen errored. "...im/lazy/fidget.nvim/lua/fidget/integration/nvim-tree.lua:39: Invalid 'window': Expected Lua number"
NVIM v0.10.2 Build type: RelWithDebInfo LuaJIT 2.1.1731601260 Run "nvim -V1 -v" for more info
Linux 6.12.1-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux
No response
99db23d
for lsp: { 'neovim/nvim-lspconfig', dependencies = { 'williamboman/mason.nvim', 'williamboman/mason-lspconfig.nvim', 'WhoIsSethDaniel/mason-tool-installer.nvim', { 'j-hui/fidget.nvim', opts = {} }, }, config = function() ... some keymaps end } For
Open any file
No error message is shown
The text was updated successfully, but these errors were encountered:
oh, wrong repository, sorry for the noise 😕
Sorry, something went wrong.
No worries. Is there an issue in another project that I should watch?
The problem is in the fidget nvim-tree integration, i opened an issue and a pull request there if you're curious: j-hui/fidget.nvim#259
No branches or pull requests
Description
I am using nvim-tree and fidget.nvim and received error messages once i enabled view.float.enable = true inside of my nvim-tree plugin.
The error occurs every time i start nvim
Error Message:
Neovim version
Operating system and version
Linux 6.12.1-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux
Windows variant
No response
nvim-tree version
99db23d
Clean room replication
Steps to reproduce
Open any file
Expected behavior
No error message is shown
Actual behavior
Error Message:
The text was updated successfully, but these errors were encountered: