neovim: upgrade to nvim-cmp from nvim-compe
This commit is contained in:
@@ -247,8 +247,8 @@ main = do xmproc <- spawnPipe ("xmobar " ++ myXmobarrc)
|
||||
, logHook = dynamicLogWithPP xmobarPP
|
||||
{ ppOutput = hPutStrLn xmproc
|
||||
, ppCurrent = xmobarColor activeWinColor "" . wrap "(" ")"
|
||||
, ppVisible = xmobarColor activeWinColor ""
|
||||
, ppHidden = xmobarColor inactiveWinColor ""
|
||||
, ppVisible = xmobarColor activeWinColor ""
|
||||
, ppHidden = xmobarColor inactiveWinColor ""
|
||||
, ppTitle = xmobarColor fgColor "" . shorten 40
|
||||
, ppLayout = const ""
|
||||
, ppUrgent = xmobarColor urgentWinColor "" . wrap "!" ""
|
||||
|
Reference in New Issue
Block a user