diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -6,3 +6,4 @@ weechat/logs weechat/weechat.log tmuxp/* !tmuxp/main.yml +config/nvim/lua/init_local.lua @@ -42,6 +42,10 @@ To see what each recipe installs, check the files under `provisioning/` For local modifications to the zshrc create `~/.zshrc.local`. +## Local vim overrides + +For local modifications to your neovim init create `~/.config/nvim/lua/init_local.lua` + ## Environment modification In order to specify the environment in the prompt, create a function |