make markdown the default org stuff

This commit is contained in:
Christoph J. Scherr 2023-09-11 23:09:33 +02:00
parent 7887bbfb65
commit 1c261673cf
5 changed files with 10 additions and 3 deletions

View File

@ -28,7 +28,7 @@ local defaults = {
colorscheme = '', colorscheme = '',
features = { features = {
elite_mode = false, elite_mode = true,
window_q_mapping = true, window_q_mapping = true,
}, },

View File

@ -1,7 +1,8 @@
return { return {
{ {
"nvim-neorg/neorg", "nvim-neorg/neorg",
lazy = false, enabled = false,
lazy = true,
build = ":Neorg sync-parsers", build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" }, dependencies = { "nvim-lua/plenary.nvim" },
config = function() config = function()

View File

@ -69,8 +69,8 @@ return {
-- See: https://github.com/windwp/nvim-ts-autotag -- See: https://github.com/windwp/nvim-ts-autotag
autotag = { autotag = {
enable = true, enable = true,
-- Removed markdown due to errors
filetypes = { filetypes = {
'markdown',
'glimmer', 'glimmer',
'handlebars', 'handlebars',
'hbs', 'hbs',
@ -186,5 +186,9 @@ return {
'zig', 'zig',
}, },
}, },
init = function ()
vim.opt.concealcursor = "nc"
vim.opt.conceallevel = 2
end
}, },
} }

View File

@ -66,3 +66,5 @@ zlib
experimentelle experimentelle
SHA SHA
Etablierungs Etablierungs
the
strikethrough

Binary file not shown.