From 18f61b205068c6a05741fdc64fd3d830644962cc Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Fri, 15 Aug 2025 16:55:27 +0530 Subject: [PATCH] Moved nvim undo directory to a more presistant location --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 4ce4943..dc737a6 100755 --- a/setup +++ b/setup @@ -561,7 +561,7 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c #windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 # -mkdir -p ~/.cache/nvim/undodir +mkdir -p ~/.local/share/nvim/undodir mkdir -p ~/.config/nvim sed -n '438,489p;490q' ~/arch_install3.sh | cut -c2- > ~/.config/nvim/init.vim @@ -582,7 +582,7 @@ sed -n '438,489p;490q' ~/arch_install3.sh | cut -c2- > ~/.config/nvim/init.vim #set smartcase #set noswapfile #set nobackup -#set undodir=~/.cache/nvim/undodir +#set undodir=~/.local/share/nvim/undodir #set undofile #set incsearch #set scrolloff=8