Moved nvim undo directory to a more presistant location

This commit is contained in:
2025-08-15 16:55:27 +05:30
parent 5b4a997676
commit 18f61b2050

4
setup
View File

@@ -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