feat(nvim): add outline.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
084154b158
commit
a9a4b3dfc4
8
dots/.config/nvim/lua/plugins/configs/outline.lua
Normal file
8
dots/.config/nvim/lua/plugins/configs/outline.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"hedyhli/outline.nvim",
|
||||
cmd = { "Outline" },
|
||||
keys = { { "<localleader>o", "<cmd>Outline<CR>", desc = "Toggle Outline" } },
|
||||
config = true
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user