Evie Litherland-Smith
8be5da1fbc
Neotree is back on the side for edgy support ToggleTerm back to horizontal rather than tab
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,
|
|
}
|