1
0
Fork 0
dotfiles/.config/nvim/lua/plugins/config/lf.lua

9 lines
163 B
Lua

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