https://github.com/robertdavidwest/init.lua
My neovim configuration
https://github.com/robertdavidwest/init.lua
Last synced: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:26:43.000Z (8 months ago)
- Last Synced: 2025-01-15T07:58:18.674Z (6 months 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