diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-05-22 08:05:23 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-05-22 08:05:23 +0200 |
commit | f5e8a5c13c10dd93d614dea2530877ef48071a22 (patch) | |
tree | d9119cd317eb235fdbb5229db71ed45b8d833ba3 /Makefile.m4 | |
parent | eaf4ca6b91de4e3efceb092a17b97503cdaa05cd (diff) | |
download | dotfiles-f5e8a5c13c10dd93d614dea2530877ef48071a22.tar.gz dotfiles-f5e8a5c13c10dd93d614dea2530877ef48071a22.zip |
Update neovim, tweak some things
Diffstat (limited to 'Makefile.m4')
-rw-r--r-- | Makefile.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.m4 b/Makefile.m4 index f108093..aef3475 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -177,7 +177,7 @@ $(HOME_DIR)/.config/qtile/config.py: linux/qtile/config/config.py m4_ifelse(DT_NEOVIM, `yes', `m4_dnl /usr/local/bin/nvim: git clone https://github.com/neovim/neovim /tmp/neovim - git -C /tmp/neovim checkout tags/v0.9.5 + git -C /tmp/neovim checkout tags/v0.9.0 (cd /tmp/neovim && sudo make install) $(HOME_DIR)/.config/nvim/: /usr/local/bin/nvim |