return { 'RutaTang/quicknote.nvim', dependencies= { 'nvim-lua/plenary.nvim' }, config = true, -- -- quicknote -- map('n', 'qn', 'lua require("quicknote").NewNoteAtCurrentLine()', default_options) -- map('n', 'qs', 'lua require("quicknote").ShowNoteSigns()', default_options) -- map('n', 'qe', 'lua require("quicknote").OpenNoteAtCurrentLine()', default_options) -- map('n', 'qd', 'lua require("quicknote").DeleteNoteAtCurrentLine()', default_options) enabled = false }