feat: remove symbols-outline
This commit is contained in:
@@ -161,10 +161,6 @@ local plugins = {
|
|||||||
lazy = true,
|
lazy = true,
|
||||||
event = "VimEnter",
|
event = "VimEnter",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"simrat39/symbols-outline.nvim",
|
|
||||||
config = require("plugins.symbols-outline"),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"RubixDev/mason-update-all",
|
"RubixDev/mason-update-all",
|
||||||
config = require("plugins.mason_update_all"),
|
config = require("plugins.mason_update_all"),
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
-- https://github.com/simrat39/symbols-outline.nvim
|
|
||||||
|
|
||||||
local function setup()
|
|
||||||
local outline = require("symbols-outline")
|
|
||||||
outline.setup({
|
|
||||||
show_relative_numbers = true,
|
|
||||||
keymaps = {
|
|
||||||
fold = { "h", "zc", },
|
|
||||||
unfold = { "l", "zo", },
|
|
||||||
fold_all = "zM",
|
|
||||||
unfold_all = "zR",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
vim.keymap.set(
|
|
||||||
"n",
|
|
||||||
"<leader>ot",
|
|
||||||
vim.cmd.SymbolsOutline
|
|
||||||
)
|
|
||||||
end
|
|
||||||
|
|
||||||
return setup
|
|
||||||
Reference in New Issue
Block a user