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