AutoYADM commit: 2025-01-25 16:00:02
This commit is contained in:
parent
7e376f176e
commit
3e59212010
2 changed files with 10 additions and 0 deletions
|
@ -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" },
|
||||
|
|
7
.config/nvim/snippets/lua.json
Normal file
7
.config/nvim/snippets/lua.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"table": {
|
||||
"description": "Pretty Lua table.",
|
||||
"prefix": "tbl",
|
||||
"body": ["{", "\t$0", "},"]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue