mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
- Not going to use wezterm
- Cleaned up $HOME directory - Adhered to XDG Base Directory Specification - Moved all common bash/zsh settings + Environment variables to .profiles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let $VIMDIR="$HOME/.vim"
|
||||
let $VIMDIR=expand($HOME)."/.vim"
|
||||
let $VIMRC="$VIMDIR/vimrc"
|
||||
|
||||
" Load plugins
|
||||
@@ -26,6 +26,8 @@ colorscheme deep-space
|
||||
" VIM SPECIFIC CONFIG
|
||||
"
|
||||
""""""""""""""""""""""""""""""""
|
||||
" Move the .viminfo file inside .vim directory
|
||||
set viminfofile=$VIMDIR/viminfo
|
||||
|
||||
" Auto reload .vimrc
|
||||
autocmd! bufwritepost $VIMRC source %
|
||||
|
||||
Reference in New Issue
Block a user