From 8f442ebd0943aff333d6955184137e3e189126a3 Mon Sep 17 00:00:00 2001 From: Brian Di Palma Date: Tue, 25 Aug 2020 09:17:13 +0100 Subject: [PATCH] feat(hyper): Use block for cursor --- .hyper.js | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.hyper.js b/.hyper.js index 25e0a2f..415722d 100644 --- a/.hyper.js +++ b/.hyper.js @@ -33,7 +33,7 @@ module.exports = { cursorAccentColor: '#000', // `'BEAM'` for |, `'UNDERLINE'` for _, `'BLOCK'` for █ - cursorShape: 'BEAM', + cursorShape: 'BLOCK', // set to `true` (without backticks and without quotes) for blinking cursor cursorBlink: false, diff --git a/README.md b/README.md index 723b9e8..bb294e6 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,5 @@ polybar vimdevicons neovim/the_silver_searcher/deoplete.nvim/neosolarized/mastering-zsh + +(lotabout/skim) (junegunn/fzf) (neoclide/coc.nvim) (sindresorhus/trash)