diff options
author | Guangxiong Lin <[email protected]> | 2023-12-26 23:48:55 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-12-26 23:48:55 +0800 |
commit | 4d77b7e3165196342f7a6cc83eb549b63735ff5b (patch) | |
tree | 38993bbce621349b8bdc9857f176213d4d1513ad /scripts | |
parent | 1c6f6f0b0ecaad9b9266683377034252714e30fa (diff) | |
download | dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.tar.gz dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.tar.bz2 dotfiles-4d77b7e3165196342f7a6cc83eb549b63735ff5b.zip |
Add neovim config
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e073c90..7e755ce 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -26,7 +26,7 @@ link_all () { .env .config/kitty .wezterm.lua .config/mpv \ .config/sway .config/swaylock .config/zathura .tigrc .config/foot \ .config/fish .arch.aliases .bashrc .zinitrc \ - .config/git + .config/git .config/nvim } main () { |