Before start the installation process, make sure you meet the following prerequisites:
- A Windows 10 operating system with WSL 2 support.
- WSL 2 enabled.
- Ubuntu 22.04 installed on WSL 2.
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:
-- 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 = {}, | |
}, | |
}, |
#!/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 |
import json | |
import inquirer | |
import boto3 | |
import os | |
import sys | |
import subprocess | |
def select_account(): |
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 |