Init
Everything on SkillVeris tagged Init — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Study Notes(2)
Lua and Neovim Configuration
How Neovim replaced much of Vimscript with a first-class embedded Lua runtime, and how init.lua, plugin managers, and the vim.* API structure a modern editor c…
terraform init, plan, and apply
The three-command core workflow of Terraform: init downloads dependencies, plan previews changes, and apply executes them -- forming a safe, repeatable provisi…