How to Configure Neovim to make it Amazing -- complete tutorial

typecraft December 1, 2022
Video Thumbnail
typecraft Logo

typecraft

@typecraft_dev

About

Weekly content that will help developers level up 🚀. Topics are tailored for the modern programmer. Join your community for fresh, weekly content that keeps you in the know. For collaboration or sponsorship opportunities, connect with us at [email protected].

Video Description

twitter: https://twitter.com/typecraft_dev Github: https://github.com/cpow/cpow-dotfiles Hey everyone! In this video I want to show you how I configure my neovim to make it amazing! I consider this better than VSCode. This video goes over a lot: * lua as a language and some of its features for neovim * neovim configuration with init.lua * making your configuration modular using lua's `require` syntax * installing plugins with packer to make vim better than vscode * configuring plugins in a nice modular way. Hope you like it, subscribe! Chapters: 0:00 - intro to video 0:35 - neovim and lua 1:00 - your first config file, init.lua 2:10 - modularize your config 3:00 - Packer package manager 4:10 - colorscheme, powerline, nvimtree plugins 5:05 - plugin_config directory and modular configs for packages 6:55 - treesitter for syntax, telescope for fuzzy find 8:50 - wrapping up!