nvimdev / dashboard-nvim

vim dashboard
MIT License
2.37k stars 193 forks source link

Error when operning neovim #282

Closed MikePageDev closed 1 year ago

MikePageDev commented 1 year ago

I am getting the following error what I start neovim

Error detected while processing UIEnter Autocommands for "*":                                                                                                                                                                         
Error executing lua callback: vim/_meta.lua:0: Not a valid option name: winbar                                                                                                                                                        
stack traceback:                                                                                                                                                                                                                      
        [C]: in function 'assert'                                                                                                                                                                                                     
        vim/_meta.lua: in function ''                                                                                                                                                                                                 
        vim/_meta.lua: in function '__newindex'                                                                                                                                                                                       
        ...te/pack/packer/opt/dashboard-nvim/lua/dashboard/init.lua:79: in function 'buf_local'                                                                                                                                       
        ...te/pack/packer/opt/dashboard-nvim/lua/dashboard/init.lua:236: in function 'instance'                                                                                                                                       
        ...site/pack/packer/opt/dashboard-nvim/plugin/dashboard.lua:12: in function <...site/pack/packer/opt/dashboard-nvim/plugin/dashboard.lua:10>                                                                                  
Press ENTER or type command to continue               

Here is the code in my plugins.lua file

use {
  'glepnir/dashboard-nvim',
  event = 'VimEnter',
  config = function()
    require('dashboard').setup {
      theme = doom
    }
  end,
  requires = {'nvim-tree/nvim-web-devicons'}
}
glepnir commented 1 year ago

update your neovim

MikePageDev commented 1 year ago

@glepnir I have tried updating using apt and building from source and my system is telling me that I am on the latest version. I am on POP-OS and neovim 0.7.0

glepnir commented 1 year ago

the latest stable version is 0.8.2