Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertdavidwest/init.lua

My neovim configuration
https://github.com/robertdavidwest/init.lua

Last synced: about 9 hours ago
JSON representation

My neovim configuration

Awesome Lists containing this project

README

        

# init.lua
My neovim configuration

### Pre-Requisites

* `$ brew install ripgrep`
* `$ brew install black`
* `$ brew install python-lsp-server`

### Environment Variables

* For support with DBT you will need to set the following environment variables:

```shell
export PATH_TO_DBT=
```

### Setup

* First install [Packer](https://github.com/wbthomason/packer.nvim) with:

```shell
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```

* Add `alias vim=nvim` to your `~/.zshrc`
* `cd` into this repo and run `$ bash dev`
* Run `$ vim lua/robert/packer.lua`
* Then in neovim run `:so`
* then `:PackerSync` to install all packages

Now you're configuration should be fully implemented