mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 19:44:58 +02:00
8 lines
110 B
Lua
8 lines
110 B
Lua
|
return {
|
||
|
'jmbuhr/otter.nvim',
|
||
|
dependencies = {
|
||
|
'nvim-treesitter/nvim-treesitter',
|
||
|
},
|
||
|
opts = {},
|
||
|
}
|