Closed royanirudd closed 1 month ago
Uncommented clang option in mason part of init.lua file
Added to my custom/plugins/init.lua
{ -- C++ formatter 'jose-elias-alvarez/null-ls.nvim', event = 'VeryLazy', opts = function() return require 'custom.plugins.null-ls' end, },
WSL2 , windows 10
0.10.1
The following snippet comes in my :checkhealth
lazy: require("lazy.health").check()
lazy.nvim ~
11.14.1
version 2.43.0
Even when reverting all changes I get the error persisting
Had to reset the even to VeryLazy and it got rid of error message
Describe the bug
Uncommented clang option in mason part of init.lua file
To Reproduce
Added to my custom/plugins/init.lua
Desktop
WSL2 , windows 10
Neovim Version
0.10.1
The following snippet comes in my :checkhealth
lazy: require("lazy.health").check()
lazy.nvim ~
11.14.1
version 2.43.0