Neovim/lua/plugins/nvim-scrollview.lua

16 lines
292 B
Lua
Raw Normal View History

2023-11-17 11:24:21 +00:00
return {
{
"dstein64/nvim-scrollview",
opts = {
excluded_filetypes = {
'dashboard'
},
2023-11-22 17:58:50 +00:00
signs_on_startup = {
'conflicts',
'search',
'cursor'
},
2023-11-17 11:24:21 +00:00
}
}
2023-11-22 17:58:50 +00:00
}