Neovim/lua/plugins/nvim-scrollview.lua

10 lines
163 B
Lua
Raw Normal View History

2023-11-17 11:24:21 +00:00
return {
{
"dstein64/nvim-scrollview",
opts = {
excluded_filetypes = {
'dashboard'
},
}
}
}