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