9 lines
147 B
Lua
9 lines
147 B
Lua
-- Defaults
|
|
require("lf").setup({
|
|
winblend = 0,
|
|
highlights = {
|
|
border = "Normal",
|
|
background = "Normal",
|
|
},
|
|
border = "rounded",
|
|
})
|