Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertdavidwest/init.lua
- Owner: robertdavidwest
- License: mit
- Created: 2023-12-08T14:38:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:26:43.000Z (3 days ago)
- Last Synced: 2024-11-12T18:29:41.358Z (3 days ago)
- Language: Lua
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 packagesNow you're configuration should be fully implemented