Create outline.lua

This commit is contained in:
SamPosh 2023-05-06 14:28:04 +05:30 committed by GitHub
parent a22a6f2eb0
commit 9693e10567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
return {
"simrat39/symbols-outline.nvim",
cmd = "SymbolsOutline",
keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
config = true,
}