8 lines
172 B
Lua
8 lines
172 B
Lua
|
return {
|
||
|
"simrat39/symbols-outline.nvim",
|
||
|
cond = not vim.g.vscode,
|
||
|
cmd = "SymbolsOutline",
|
||
|
dependencies = { "neovim/nvim-lspconfig" },
|
||
|
config = true,
|
||
|
}
|