Thank you I am learning a lot from your videos and shared files. The video work is beautiful.
Cowboy is the best. :)
/lua/config/lazy.lua
1 ▎ if not vim.loop.fs_stat(lazypath) then ● Undefined field fs_stat.
54 ▎ │ dev = { ● Cannot assign table to boolean?. - table cannot match boolean? - Type table cannot match nil - Type table cannot match boolean
lua/config/keymaps.lua
2 ▎ -- Diagnostics
1 ▎ keymap.set("n", "", function()
63 ▎ │ vim.diagnostic.goto_next() ● Deprecated.
1 ▎ end, opts)