- 21
- 329 999
Vhyrro
Приєднався 6 гру 2020
videos go brr
Understanding Neovim #8 - Mason
LSP is easily one of the most difficult topics that one can grasp in their day to day editor usage. In this episode we'll set up Mason, a tool that automates the installation process for LSP servers, thus vastly improving our LSP experience!
Timestamps:
00:00 Intro
01:20 Pros/Cons of Mason
03:12 Setup
04:35 The :Mason Command
07:18 Common Pitfalls
08:56 :LspInfo
12:04 mason-lspconfig.nvim
19:33 Outro
Like what I do? A sponsor to the channel or on my Github is greatly appreciated:
github.com/sponsors/vhyrro
Want to hang out? Check out the Neorg discord!
discord.gg/T6EgTAX7ht
Attribution for intro song:
"Study And Relax" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
creativecommons.org/licenses/by/4.0/
Timestamps:
00:00 Intro
01:20 Pros/Cons of Mason
03:12 Setup
04:35 The :Mason Command
07:18 Common Pitfalls
08:56 :LspInfo
12:04 mason-lspconfig.nvim
19:33 Outro
Like what I do? A sponsor to the channel or on my Github is greatly appreciated:
github.com/sponsors/vhyrro
Want to hang out? Check out the Neorg discord!
discord.gg/T6EgTAX7ht
Attribution for intro song:
"Study And Relax" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
creativecommons.org/licenses/by/4.0/
Переглядів: 8 287
Відео
Understanding Neovim #7 - Language Server Protocol
Переглядів 13 тис.9 місяців тому
LSP is easily one of the most difficult topics that one can grasp in their day to day editor usage. In this episode I break down as many concepts as I can and internalize how they work within Neovim :D Timestamps: 00:00 Intro 01:05 Theoretical Overview 06:09 Neovim's LSP Client 07:40 Using an LSP the Hard Way 09:09 Installing clangd 11:30 Making Neovim use clangd 15:33 Autocommands 17:54 vim.ls...
Download Features and Cache Invalidation | Rocks Devlog #2
Переглядів 9339 місяців тому
Caches, caches, more caches... please help. Like what I do? A sponsor to the channel or on my Github is greatly appreciated: github.com/sponsors/vhyrro Want to hang out? Check out the Neorg discord! discord.gg/T6EgTAX7ht
Here we go... | Rocks Devlog #1
Переглядів 2,4 тис.9 місяців тому
Starting off a new series where I try to implement an alternative frontend for luarocks.org in Rust! Like what I do? A sponsor to the channel or on my Github is greatly appreciated: github.com/sponsors/vhyrro Want to hang out? Check out the Neorg discord! discord.gg/T6EgTAX7ht
An Optimistic Update on Neorg and the Channel
Переглядів 4,3 тис.9 місяців тому
Time to take a step back and discuss some details about Neorg's future changes as well as the direction I'd like to take this channel! Like what I do? A sponsor to the channel or on my Github is greatly appreciated: github.com/sponsors/vhyrro Want to hang out? Check out the Neorg discord! discord.gg/T6EgTAX7ht
Understanding Neovim #6 - Taming the vim.opt Madness
Переглядів 10 тис.10 місяців тому
Neovim has loads of tables that allow us to set options in distinct ways - what's the difference between them and when do we use which? Hopefully you should have a deeper understanding by the end of this video :) Timestamps: 00:00 Intro 01:05 Chapter 1 02:13 Buffers 03:11 Windows 04:35 Tabs 05:34 Option/Variable Tables 09:16 Option Tables 11:13 vim.o - The Final Boss 14:30 vim.opt_local and vim...
Understanding Neovim #5 - Textobjects, Incremental Selection
Переглядів 13 тис.10 місяців тому
Now that we know what treesitter is we can try to really use some of its interesting capabilities. Timestamps: 00:00 Intro 00:28 Mistake From Part 4 01:09 Weird Lua Syntax Explained 02:24 The Leader Key 05:53 Incremental Selection 08:32 Better Keybinds 13:00 Textobjects 24:14 Outro LINK TO SPONSORS: github.com/sponsors/vhyrro LINK TO NEORG DISCORD: discord.gg/T6EgTAX7ht
Understanding Neovim #4 - Treesitter
Переглядів 18 тис.11 місяців тому
Treesitter is a modern parsing library for text editors. How can we leverage its capabilities within Neovim? Timestamps: 00:00 Introduction 01:12 What is Treesitter? 03:04 It's been here this whole time?? 04:54 The Role of nvim-treesitter 05:39 Installing nvim-treesitter 07:59 :InspectTree 10:42 Queries 12:19 Previewing Our Highlights 13:21 Configuring nvim-treesitter 16:00 Outro LINK TO SPONSO...
Understanding Neovim #3 - Those Pesky Bugs!
Переглядів 9 тис.11 місяців тому
Time to take a quick breather from the 40 minute episodes and make sure that our config is structured properly before we start setting up Treesitter! Timestamps: 00:00 Introduction 00:45 Fixing Race Conditions 5:54 Splitting the Configuration 11:30 When will the Errors Stop? 14:49 Outro LINK TO SPONSORS (in case you want to help me out!): github.com/sponsors/vhyrro LINK TO NEORG DISCORD: discor...
Understanding Neovim #2 - Plugins, Colorschemes
Переглядів 16 тис.Рік тому
Part 2! In this episode of the Neovim tutorial series we're installing lazy.nvim, understanding the runtime path within Neovim and installing our first plugin (a nice looking colour scheme!) Timestamps: 00:00 Introduction 01:26 Lua Comments 3:06 Issues with 'tabstop' 05:58 'virtualedit' 10:02 'inccommand' 11:44 'ignorecase' 13:17 'termguicolors' 15:48 lazy.nvim (plugin manager) 17:58 Lua Variab...
Understanding Neovim #1 - Installation
Переглядів 25 тис.Рік тому
Welcome to a new series where I attempt to explain how we can effectively script Neovim to become our perfect text editor. This series is going to partially be a slow-burner at the cost of having more details and interesting bits and bobs! Hope you enjoy :) Warning seasoned Neovim users, I use the mouse within Neovim to visually show sections of buffers. Heresy, I say! :p Timestamps: 00:00 Intr...
From No Org to Neorg - Journals + Summaries! | #5
Переглядів 14 тис.Рік тому
Journals, summaries? It's yours my friend. As long as you have enough rubies. 00:00 Introduction 1:14 Metadata 3:58 Automatic Metadata Generation 5:46 The Summary Module 10:48 The Journal 15:09 Outro - Neorg: github.com/nvim-neorg/neorg - Discord: discord.gg/T6EgTAX7ht - If you like what I do, please consider becoming a sponsor!: github.com/sponsors/vhyrro
From No Org to Neorg - Faster Editing | #4
Переглядів 15 тис.Рік тому
Now that we have some basic understanding of editing let's look at some modules designed to help us do repetitive tasks faster! - Neorg: github.com/nvim-neorg/neorg - Discord: discord.gg/T6EgTAX7ht - If you like what I do, please consider becoming a sponsor!: github.com/sponsors/vhyrro
From No Org to Neorg - Handling Breaking Changes | #3
Переглядів 11 тис.Рік тому
This part covers some breaking changes that were pushed as part of versions 3.0.0 and 4.0.0. Let's fix them up this video! - Neorg: github.com/nvim-neorg/neorg - Discord: discord.gg/T6EgTAX7ht - If you like what I do, please consider becoming a sponsor!: github.com/sponsors/vhyrro
From No Org to Neorg - Workflow, Links | #2
Переглядів 47 тис.Рік тому
Part 2! This part covers workflow improvements, how to configure modules like dirman and the concealer, plus some goodies regarding links. - Neorg: github.com/nvim-neorg/neorg - Discord: discord.gg/T6EgTAX7ht - Concealer wiki: github.com/nvim-neorg/neorg/wiki/Concealer - Sponsor Link: github.com/sponsors/vhyrro
From No Org to Neorg - The Basics | #1
Переглядів 122 тис.Рік тому
From No Org to Neorg - The Basics | #1
Super Robin Hood NES TAS in 1:10.28 by Vhyrro
Переглядів 7033 роки тому
Super Robin Hood NES TAS in 1:10.28 by Vhyrro
Super Robin Hood NES TAS in 1:15.14 by Vhyrro
Переглядів 1723 роки тому
Super Robin Hood NES TAS in 1:15.14 by Vhyrro
Super Robin Hood NES TAS in 2:05.11 by Vhyrro
Переглядів 6333 роки тому
Super Robin Hood NES TAS in 2:05.11 by Vhyrro
Super Robin Hood NES TAS in 03:06.91 by Vhyrro
Переглядів 4053 роки тому
Super Robin Hood NES TAS in 03:06.91 by Vhyrro
Super Robin Hood TAS in 4:36.36 by Vhyrro
Переглядів 4673 роки тому
Super Robin Hood TAS in 4:36.36 by Vhyrro