mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
10 lines
169 B
Lua
10 lines
169 B
Lua
return {
|
|
-- https://github.com/miroshQa/rittli.nvim
|
|
"miroshQa/rittli.nvim",
|
|
enabled = false,
|
|
lazy = true,
|
|
dependencies = {
|
|
"nvim-telescope/telescope.nvim",
|
|
},
|
|
}
|