Skip to content
Snippets Groups Projects
Commit 3c130a23 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

VIM Remove undo and bacup files.

parent 6534d402
Branches
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ pacman -S alsa-lib alsa-utils
pacman -S alsa-oss
pacman -S tlp
pacman -S zip unzip
pacman -S aradar
pacman -S --needed base-devel
timedatectl set-timezone Europe/Prague
echo -e "exec i3" > ~/.xinitrc
......
......@@ -21,9 +21,9 @@ source $VIMRUNTIME/defaults.vim
if has("vms")
set nobackup " do not keep a backup file, use versions instead
else
set backup " keep a backup file (restore to previous version)
" set backup " keep a backup file (restore to previous version)
if has('persistent_undo')
set undofile " keep an undo file (undo changes after closing)
" set undofile " keep an undo file (undo changes after closing)
endif
endif
......@@ -50,7 +50,6 @@ if has('syntax') && has('eval')
packadd! matchit
endif
se nocompatible
se nu
se autoindent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment