make markdown the default org stuff
This commit is contained in:
parent
8f0516bdbd
commit
3d3d2113e8
|
@ -28,7 +28,7 @@ local defaults = {
|
|||
colorscheme = '',
|
||||
|
||||
features = {
|
||||
elite_mode = false,
|
||||
elite_mode = true,
|
||||
window_q_mapping = true,
|
||||
},
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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
|
||||
},
|
||||
}
|
||||
|
|
|
@ -66,3 +66,5 @@ zlib
|
|||
experimentelle
|
||||
SHA
|
||||
Etablierungs
|
||||
the
|
||||
strikethrough
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue