We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.9.0
return { {
"nvim-neorg/neorg", build = ":Neorg sync-parsers", opts = { load = { ["core.defaults"] = {}, ["core.concealer"] = {}, ["core.dirman"] = { config = { workspaces = { notes = "~/notes", }, default_workspace = "notes", }, }, ["core.integrations.telescope"] = {}, ["core.export.markdown"] = { extensions = "md", }, ["core.completion"] = { engine = "nvim-cmp", }, ["core.manoeuvre"] = {}, -- ["core.ui.calendar"] = {}, }, }, dependencies = { "nvim-lua/plenary.nvim", "nvim-neorg/neorg-telescope", }, keys = { { "<leader>nl", "<cmd>Telescope neorg insert_file_link<cr>", desc = "Insert file link" }, { "<leader>nw", "<cmd>Neorg workspace<cr>", desc = "workspace" }, { "<leader>nn", "<cmd>Neorg keybind<cr>", desc = "New Note" }, { "<leader>nr", "<cmd>Neorg return<cr>", desc = "Close & return" }, { "<leader>nt", "<cmd>Telescope neorg<cr>", desc = "Telescope" }, },
}, }
When a link is longer than the buffer (window) size than the description text will be on the next line
No matter how long the inserted link is the "description" should always be at the place where the link was inserted
Insert a link with a description in a list for example and make the width of the buffer(window) shorter the link
No response
None
The text was updated successfully, but these errors were encountered:
Probably wontfix as it's a problem of neovim itself, see https://github.com/nvim-neorg/neorg/wiki/Dependencies#ugly-line-wraps-when-concealing-text.
Sorry, something went wrong.
As champignoom said, this is an upstream Neovim issue that unfortunately can't be resolved on our side.
No branches or pull requests
Prerequisites
Neovim Version
0.9.0
Neorg setup
return {
{
},
}
Actual behavior
When a link is longer than the buffer (window) size than the description text will be on the next line
Expected behavior
No matter how long the inserted link is the "description" should always be at the place where the link was inserted
Steps to reproduce
Insert a link with a description in a list for example and make the width of the buffer(window) shorter the link
Potentially conflicting plugins
No response
Other information
No response
Help
None
Implementation help
No response
The text was updated successfully, but these errors were encountered: