Skip to content

Instantly share code, notes, and snippets.

@darcyparker
darcyparker / installNeovim.sh
Last active January 13, 2024 04:28
Build and install neovim for Debian
#!/usr/bin/env bash
#Build and install neovim for Debian
#See: https://neovim.io/
#See: https://github.com/neovim/neovim/wiki/Building-Neovim#quick-start
#See: https://gist.github.com/darcyparker/153124662b05c679c417
#Save current dir
pushd . > /dev/null || exit
require 'psych'
list = ('a'..'z').to_a
# Create a YAML AST
viz = Psych::Visitors::YAMLTree.new {}
viz << list
tree = viz.tree
# Change the Sequence node to be FLOW style