nvim/lua/plugins/symbols-outline.lua
Evie Litherland-Smith 8be5da1fbc Add edgy with recommended config, adjust some plugins to work with it
Neotree is back on the side for edgy support
ToggleTerm back to horizontal rather than tab
2023-06-06 15:34:30 +01:00

8 lines
172 B
Lua

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