Skip to content

Instantly share code, notes, and snippets.

View wcheek's full-sized avatar

Wesley Cheek wcheek

  • Satake Japan
  • Hiroshima, Japan
  • 01:17 (UTC +09:00)
View GitHub Profile
@dreamorosi
dreamorosi / readme.md
Created October 17, 2023 12:18
Install neovim on Amazon Linux 2023

Build & Install neovim

AL2023 doesn't have a distribution for neovim, so you need to build it from source - for more info see here.

Install prerequisites:

sudo yum -y install ninja-build cmake gcc make unzip gettext curl git --allowerasing

Clone repository:

@wjkoh
wjkoh / dartls.lua
Last active December 8, 2023 03:01
LazyVim: Set up Dart and Flutter LSP
-- Copy this file to your ~/.config/nvim/lua/plugins/
-- This file was written by @cddm. See https://www.reddit.com/r/neovim/comments/14c5e6o/how_to_set_up_dartflutter_with_neovim/jojf4z5/
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
dartls = {},
},
},
@rheinardkorf
rheinardkorf / neovim_install_amazonlinux2.sh
Last active June 27, 2024 07:25
Install neovim on Amazon Linux 2.
#!/usr/bin/env bash
# Same as https://github.com/neovim/neovim/wiki/Installing-Neovim#centos-8--rhel-8
# but requires EPEL 7, not 8.
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y neovim python3-neovim
@hoegertn
hoegertn / init.py
Created September 14, 2020 09:04
CDK bootstrap helper
import json
import inquirer
import boto3
import os
import sys
import subprocess
def select_account():
@shortjared
shortjared / list.txt
Last active June 27, 2024 13:53
List of AWS Service Principals
a4b.amazonaws.com
access-analyzer.amazonaws.com
account.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
airflow-env.amazonaws.com
airflow.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com