diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-18 21:25:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-18 21:25:56 +0200 |
| commit | 77d9cf9a4eaf9da25709dd7760c42a3343f108a4 (patch) | |
| tree | 0fff1ff9802e1095d7c6437f926c38593180d104 | |
| parent | d2de72a404ea05860ed2f1c0687890f8b1ee4f22 (diff) | |
Update config for local vim
| -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 |