You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
4.4 KiB
111 lines
4.4 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Modern Vim: Craft Your Development Environment with Vim 8 and Neovim - Drew Neil</h1> |
|
<span class="post-date"> |
|
2018-12-29 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/vim/">#vim</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/drew-neil/">#drew neil</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/neovim/">#neovim</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-4/">#stars:4</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2018/">#published:2018</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/36517607-modern-vim">GoodReads Summary</a>: |
|
Turn Vim into a full-blown development environment using Vim 8’s new features |
|
and this sequel to the beloved bestseller Practical Vim. Integrate your editor |
|
with tools for building, testing, linting, indexing, and searching your |
|
codebase. Discover the future of Vim with Neovim: a fork of Vim that includes |
|
a built-in terminal emulator that will transform your workflow. Whether you |
|
choose to switch to Neovim or stick with Vim 8, you’ll be a better developer.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>I'll be honest and say that I did expect a bit more about this book.</p> |
|
<p>It is not a book talking about changes in the last few years in the VIM |
|
workflow; it's more about the changes in the ecosystem of VIM. So instead of |
|
focusing on new features (say, from last version and current version), it |
|
focuses a lot more on plugins.</p> |
|
<p>Not that focusing on (recent) plugins is a bad thing: There were changes in the |
|
infrastructure of VIM that allowed the creation of more modern and flexible |
|
plugins and talking about them is a good thing. But, again, I expected a more |
|
focused book on VIM than plugins. If the title were "Craft your VIM environment |
|
on VIM 8 and Neovim", it would fit perfectly on what the book presents, for |
|
example.</p> |
|
<p>In all, it's not a bad book, although it requires that you know VIM beforehand.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|