ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when switching themes

milkias17 opened this issue · comments

When trying to switch between some colorschemes, I get this error: apparently something is conflicting with telescope:

k.nvim/lua/onedark/util.lua:154: Vim:E492: Not an editor command: slient! autocmd! onedark                                                                      
stack traceback:                                                                                                                                                
        [C]: in function 'cmd'                                                                                                                                  
        ...site/pack/packer/start/onedark.nvim/lua/onedark/util.lua:154: in function 'on_colorscheme'                                                           
        [string ":lua"]:1: in main chunk                                                                                                                        
        [C]: in function 'cmd'                                                                                                                                  
        .../start/telescope.nvim/lua/telescope/builtin/internal.lua:900: in function 'run_replace_or_original'                                                  
        ...packer/start/telescope.nvim/lua/telescope/actions/mt.lua:51: in function 'key_func'                                                                  
        ...k/packer/start/telescope.nvim/lua/telescope/mappings.lua:242: in function 'execute_keymap'                                                           
        [string ":lua"]:1: in main chunk                                                                                                                        
stack traceback:                                                                                                                                                
        [C]: in function 'cmd'                                                                                                                                  
        .../start/telescope.nvim/lua/telescope/builtin/internal.lua:900: in function 'run_replace_or_original'                                                  
        ...packer/start/telescope.nvim/lua/telescope/actions/mt.lua:51: in function 'key_func'                                                                  
        ...k/packer/start/telescope.nvim/lua/telescope/mappings.lua:242: in function 'execute_keymap'                                                           
        [string ":lua"]:1: in main chunk                                                                                                                        
1 line less; before #90  0 seconds ago ```.
And yes I'm on the latest version, I have tried updating and this issue persists.