Skip to content

WIP: Creating AWS CLI integration with the Nvim Editor

Notifications You must be signed in to change notification settings

Aljendro/nvim-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIM-AWS Plugin

NOTE: Plugin is a WIP, nothing useful can be done with it yet.

Nvim plugin created to interact with aws services.

Configuration

local setup = require('nvim-aws')
setup({
  aws = {
    aws_endpoint_url = "http://localhost:4566"
    region= "us-east-1",
    profile= "default"
  }
})

About

WIP: Creating AWS CLI integration with the Nvim Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published