mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
moved to modular flow and added Quarto
This commit is contained in:
parent
c57b09f82e
commit
c34df814a3
17 changed files with 1000 additions and 939 deletions
10
lua/custom/plugins/quarto.lua
Normal file
10
lua/custom/plugins/quarto.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- plugins/quarto.lua
|
||||
return {
|
||||
{
|
||||
"quarto-dev/quarto-nvim",
|
||||
dependencies = {
|
||||
"jmbuhr/otter.nvim",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue