mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-03-21 16:26:19 +00:00
7 lines
171 B
Lua
7 lines
171 B
Lua
return {
|
|
"https://codeberg.org/kristoferssolo/jsonl.nvim",
|
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
|
ft = { "ndjson", "jsonl", "jsonlines" },
|
|
opts = {},
|
|
}
|