1
0
Fork 0
dotfiles/.config/nvim/lua/plugins/config/lf.lua
2022-10-28 12:15:18 +02:00

9 lines
147 B
Lua

-- Defaults
require("lf").setup({
winblend = 0,
highlights = {
border = "Normal",
background = "Normal",
},
border = "rounded",
})