diff options
Diffstat (limited to 'home-manager')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua index 8317a673..1d111a58 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua +++ b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/lua/lf-nvim.lua @@ -3,7 +3,7 @@ local fn = vim.fn -- Defaults require("lf").setup({ default_action = "drop", -- default action when `Lf` opens a file - -- TODO document these mappings: + -- TODO what do these mappings do? default_actions = { -- default action keybindings ["<C-t>"] = "tabedit", ["<C-x>"] = "split", @@ -26,7 +26,7 @@ require("lf").setup({ highlights = { -- highlights passed to toggleterm Normal = { link = "Normal" }, NormalFloat = { link = 'Normal' }, - FloatBorder = { guifg = "<VALUE>", guibg = "<VALUE>" }, + FloatBorder = { guifg = "#cdcbe0", guibg = "#191726" }, }, -- Layout configurations |