diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
| commit | f585e70f8cd049ea0605a85e04bce29bcdd050c4 (patch) | |
| tree | dd005618f75a5fd94630d2d838643be147ec941f /neovim/.config | |
| download | dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.tar.gz dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.zip | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | neovim/.config/nvim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim new file mode 100644 index 0000000..300fbc7 --- /dev/null +++ b/neovim/.config/nvim/init.vim @@ -0,0 +1,3 @@ +set runtimepath^=~/.local/state/nvim runtimepath+=~/.local/state/nvim/after +let &packpath = &runtimepath +source ~/.vimrc |
