diff options
Diffstat (limited to 'posts')
-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. |