From b2bdcbc530b7482126118acd3ca2efcbf0014cdb Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 27 Dec 2024 15:43:48 +0100 Subject: add nvim to bootstrap and remove .config --- .config/.DS_Store | Bin 0 -> 6148 bytes bootstrap.sh | 1 + nvim/.config/nvim | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .config/.DS_Store diff --git a/.config/.DS_Store b/.config/.DS_Store new file mode 100644 index 0000000..ff27636 Binary files /dev/null and b/.config/.DS_Store differ diff --git a/bootstrap.sh b/bootstrap.sh index 368ef9d..7a12335 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,6 +18,7 @@ stow git stow apps stow config stow tmux +stow nvim # Install TPM for tmux if [ ! -d "$HOME/.tmux/plugins/tpm" ]; then diff --git a/nvim/.config/nvim b/nvim/.config/nvim index d8b6277..17a5f79 160000 --- a/nvim/.config/nvim +++ b/nvim/.config/nvim @@ -1 +1 @@ -Subproject commit d8b6277d0915bc5a352f2ec1260866c74cfe2e55 +Subproject commit 17a5f795123841fab25165c6916a287a8b68fc8f -- cgit v1.2.3