clipboard and other things

This commit is contained in:
2025-05-16 22:50:22 +02:00
parent 9f9a18251c
commit 794ba57097
3 changed files with 3 additions and 3 deletions

View File

@ -106,8 +106,6 @@ return {
{
"hedyhli/outline.nvim",
config = function()
-- Example mapping to toggle outline
vim.keymap.set("n", "<leader>o", "<cmd>Outline<CR>", { desc = "Toggle Outline" })
require("outline").setup({
-- Your setup opts here (leave empty to use defaults)
})