dotfiles/.config/nvim/lua/plugins/extras/ui/scrollbar.lua
Sergio Laín e457722492
📁 files(nvim): changes to the directories and extras
another bug change to the structure of the nvim config. probably, tomorrow will be finished
2023-10-25 12:38:42 +02:00

9 lines
166 B
Lua

return {
{
"lewis6991/satellite.nvim",
opts = {
excluded_filetypes = { "neo-tree", "alpha", "symbols-outline" },
},
event = "BufRead",
},
}