AutoYADM commit: 2025-01-25 16:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-25 16:00:02 -05:00
parent 7e376f176e
commit 3e59212010
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,9 @@ return {
"nvim-orgmode/orgmode",
event = "VeryLazy",
ft = { "org" },
dependencies = {
"danilshvalov/org-modern.nvim",
},
opts = function()
require("nvim-treesitter.configs").setup({
ignore_install = { "org" },

View file

@ -0,0 +1,7 @@
{
"table": {
"description": "Pretty Lua table.",
"prefix": "tbl",
"body": ["{", "\t$0", "},"]
}
}