AutoYADM commit: 2025-01-22 23:15:02
This commit is contained in:
parent
27b7fcf279
commit
acce0d0ec4
3 changed files with 10 additions and 0 deletions
3
.config/nvim/lua/plugins/mermaid.lua
Normal file
3
.config/nvim/lua/plugins/mermaid.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
"craigmac/vim-mermaid",
|
||||||
|
}
|
6
.config/nvim/lua/plugins/neorg.lua
Normal file
6
.config/nvim/lua/plugins/neorg.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"nvim-neorg/neorg",
|
||||||
|
lazy = false, -- Disable lazy loading as some `lazy.nvim` distributions set `lazy = true` by default
|
||||||
|
version = "*", -- Pin Neorg to the latest stable release
|
||||||
|
config = true,
|
||||||
|
}
|
|
@ -21,6 +21,7 @@ return {
|
||||||
"luap",
|
"luap",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
|
"mermaid",
|
||||||
"printf",
|
"printf",
|
||||||
"python",
|
"python",
|
||||||
"query",
|
"query",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue