mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
10 lines
181 B
Lua
10 lines
181 B
Lua
|
-- plugins/quarto.lua
|
||
|
return {
|
||
|
{
|
||
|
"quarto-dev/quarto-nvim",
|
||
|
dependencies = {
|
||
|
"jmbuhr/otter.nvim",
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
},
|
||
|
},
|
||
|
}
|