make markdown the default org stuff

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.