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