You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- My lf.vim configvim.g.lf_command_override='lf -config ~/.config/lf/lfrc'vim.g.lf_map_keys=0-- Disable the default trigger <leader>fvim.g.floaterm_width=0.93vim.g.floaterm_height=0.95vim.api.nvim_set_hl(0, 'Floaterm', {ctermbg='white'})
vim.api.nvim_set_hl(0, 'FloatermBorder', {ctermbg='white'})
# My LF config (just the relevant part)# The 2 scripts are copy&paste from LF github wiki: https://github.com/gokcehan/lf/wiki/Previews#with-kitty-and-pistolset previewer ~/.config/lf/previewer
set cleaner ~/.config/lf/cleaner
The text was updated successfully, but these errors were encountered:
Hi, I am using Kitty terminal.
Any idea on why it is not appearing? I am not sure if this is a Kitty, Neovim, LF, or Floaterm issue, but I figured I would ask here first. Thanks.
The text was updated successfully, but these errors were encountered: