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.10.2
-- File: plugins/neorg.lua return { "nvim-neorg/neorg", dependencies = { "nvim-treesitter/nvim-treesitter" }, -- Ensure Tree-sitter is installed build = function() vim.cmd("Neorg sync-parsers") -- Ensure parsers are up-to-date end, config = function() require("neorg").setup({ load = { ["core.defaults"] = {}, -- Load default settings ["core.concealer"] = { config = { icons = { heading = { enabled = true, }, }, }, }, ["core.ui"] = {}, -- General UI improvements ["core.qol.toc"] = {}, -- Enable Table of Contents module ["core.dirman"] = { -- Manage Neorg workspaces config = { workspaces = { my_workspace = "~/OneDrive/Documents/neorg", -- Set your workspace path journal = "~/OneDrive/Documents/neorg/Journal", -- Add the journal workspace }, }, }, ["core.keybinds"] = {}, -- Enable default keybindings }, }) end, }
Any links, whether that be URLs, files, norg files won't shorten despite giving them names. See below for example
For the link to just show 2024 Journal
It just happens every time with all links
No response
I'm on Windows
None
The text was updated successfully, but these errors were encountered:
:h conceallevel
Sorry, something went wrong.
I've tried every conceal level with
:set conceallevel=
No change
You've set conceallevel=2 and moved your cursor off of the link, and it still doesn't conceal? And you have treesitter installed and configured?
conceallevel=2
conceal works in the help pages, right?
You've set conceallevel=2 and moved your cursor off of the link, and it still doesn't conceal? And you have treesitter installed and configured? conceal works in the help pages, right?
Sorry I've just done it again and it's working now. Sorry for the trouble.
No branches or pull requests
Prerequisites
Neovim Version
0.10.2
Neorg setup
Actual behavior
Any links, whether that be URLs, files, norg files won't shorten despite giving them names. See below for example
Expected behavior
For the link to just show 2024 Journal
Steps to reproduce
It just happens every time with all links
Potentially conflicting plugins
No response
Other information
I'm on Windows
Help
None
Implementation help
No response
The text was updated successfully, but these errors were encountered: