Added basic nvim config, replaced vim with nvim

This commit is contained in:
Philipp 2024-03-03 15:33:59 +01:00
parent 624d12439c
commit ea2e6747d9
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
1972 changed files with 126578 additions and 0 deletions

0
dot_oh-my-zsh/cache/completions/.keep vendored Normal file
View file

1
dot_oh-my-zsh/cache/dot_zsh-update vendored Normal file
View file

@ -0,0 +1 @@
LAST_EPOCH=19783

0
dot_oh-my-zsh/cache/empty_dot_gitkeep vendored Normal file
View file

3
dot_oh-my-zsh/cache/grep-alias vendored Normal file
View file

@ -0,0 +1,3 @@
alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
alias egrep='grep -E --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
alias fgrep='grep -F --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'