mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 08:02:54 +00:00
fzf
This commit is contained in:
parent
ac7a2c4811
commit
e1550559e3
9 changed files with 132 additions and 68 deletions
|
|
@ -71,6 +71,8 @@ function M.apply(mode)
|
|||
|
||||
vim.g.cozybox_theme_mode = next_mode
|
||||
apply_cozybox_overrides()
|
||||
local ok_reload, fzf_reload = pcall(require, "config.fzf_reload")
|
||||
if ok_reload then pcall(fzf_reload.reload) end
|
||||
vim.schedule(function()
|
||||
local ok, lualine = pcall(require, "lualine")
|
||||
if ok then pcall(lualine.refresh, { place = { "statusline" } }) end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue