You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
whenever i try to source the configuration file, this error pops up
Error detected while processing :source (no file):
E5108: Error executing lua ...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/init.lua:58: [LspSaga] Key highlight_prefi
x not exist in config values
stack traceback:
[C]: in function 'error'
...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/init.lua:58: in function 'extend_config'
...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/init.lua:76: in function 'setup'
Additional information
My plugins manager file using packer.nvim
vim.cmd [[packadd packer.nvim]]
return require('packer').startup(function(use)
-- Packer can manage itself
use 'wbthomason/packer.nvim'
use {
'nvim-telescope/telescope.nvim', tag = '0.1.5',
-- or , branch = '0.1.x',
requires = { {'nvim-lua/plenary.nvim'} }
}
use 'echasnovski/mini.indentscope'
use {
"windwp/nvim-autopairs",
config = function() require("nvim-autopairs").setup {} end
}
use {
"nvim-telescope/telescope-file-browser.nvim",
requires = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" }
}
use {
'nvim-lualine/lualine.nvim',
requires = { 'nvim-tree/nvim-web-devicons'}
}
use {
'nvim-treesitter/nvim-treesitter',
--run = ':TSUpdate'
}
use {
'folke/tokyonight.nvim'
}
use {'neovim/nvim-lspconfig'}
use { 'kkharji/lspsaga.nvim', branch = 'nvim6.0' or 'nvim51' }
end)
My configuration file for lspsaga (where the error occurs)
Error:
whenever i try to source the configuration file, this error pops up
Additional information
My plugins manager file using packer.nvim
My configuration file for lspsaga (where the error occurs)
Im using
Arch WSL2
Neovim 0.9.5
The text was updated successfully, but these errors were encountered: