diff options
author | Ashe Erickson <ashe@tempest.dev> | 2022-08-02 00:46:02 -0600 |
---|---|---|
committer | Ashe Erickson <ashe@tempest.dev> | 2022-08-02 00:46:02 -0600 |
commit | 4781bc18886f569566ccce0e7341622228727cf7 (patch) | |
tree | 9bfe7a73d269079bd462499094cd998c609ddceb /posts/08_01_2022-thoughts-on-neovim.html | |
parent | e8192aa2f534b6f543ee84078dbe2e53fe91b030 (diff) |
Add animation for cursor
Diffstat (limited to 'posts/08_01_2022-thoughts-on-neovim.html')
-rw-r--r-- | posts/08_01_2022-thoughts-on-neovim.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/posts/08_01_2022-thoughts-on-neovim.html b/posts/08_01_2022-thoughts-on-neovim.html index a43d0d8..63c6b50 100644 --- a/posts/08_01_2022-thoughts-on-neovim.html +++ b/posts/08_01_2022-thoughts-on-neovim.html @@ -65,12 +65,12 @@ </p> <p> - I've figured out how to get ESLint and Prettier configured for work, - rust-analyzer installed for my own projects, I've been poking at themes - over and over again, and honestly . . . I'm really liking this. + The AstroNvim config I'm using already had NeoTree set up which is + very nice. I've figured out how to get ESLint and Prettier configured + for work, rust-analyzer installed for my own projects, I've been poking + at themes over and over again, and honestly . . . I'm really liking this. </p> - <p> Getting Neovide to connect to a VM over the network was relatively straightforward, I love how easy it is to drop my config into git and @@ -79,6 +79,10 @@ game changer for when I'm just reading code. </p> + <video width="100%" autoplay loop> + <source src="/resources/neovide.webp"> + </video> + <p> Also, I'd be lying if I said that I didn't love the smooth scrolling and cursor animation. I am a simple girl after all. |