diff --git a/.config/vim/nix b/.config/vim/nix index 0bdf9bd..4cf164d 100644 --- a/.config/vim/nix +++ b/.config/vim/nix @@ -1,7 +1,7 @@ " vim: filetype=vim -" ================= +" ============================== " Linux Specific Configuration -" ================= +" ============================== " ----- Cleaning up set undodir=$XDG_DATA_HOME/vim/undo diff --git a/.config/vim/plugins b/.config/vim/plugins index 46adcd0..15204d5 100644 --- a/.config/vim/plugins +++ b/.config/vim/plugins @@ -1,7 +1,7 @@ " vim: filetype=vim -" ================= +" ============================== " PlugIns -" ================= +" ============================== " ----- List of used plugins call plug#begin('~/.local/share/vim/bundle') diff --git a/.config/vim/universal b/.config/vim/universal index 4ea8f5b..1f59a6b 100644 --- a/.config/vim/universal +++ b/.config/vim/universal @@ -1,7 +1,7 @@ " vim: filetype=vim -" ================= +" ============================== " Universal (Works on any OS... probably) Configuration -" ================= +" ============================== " ----- Vim Initial Config set encoding=UTF-8 diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 1042e2a..82ba838 100755 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,5 +1,5 @@ " vim: filetype=vim -" ================= +" ============================== " ________ ++ ________ " /VVVVVVVV\++++ /VVVVVVVV\ " \VVVVVVVV/++++++\VVVVVVVV/ @@ -15,7 +15,7 @@ " |VVV/'+++++++++ " 'V/' ++++++ " ++ -" ================= +" ============================== " ----- Mapping/Config " Universal @@ -27,7 +27,6 @@ so ~/.config/vim/nix " Windows " so C:\_config\vim\windows -" ------------- " - PlugIns source ~/.config/vim/plugins diff --git a/.config/vim/windows b/.config/vim/windows index 963496b..fa2b8ac 100644 --- a/.config/vim/windows +++ b/.config/vim/windows @@ -1,7 +1,7 @@ " vim: filetype=vim -" ================= +" ============================== " Windows Specific Configuration -" ================= +" ============================== " ----- Install plug (Plugin Manager) md ~\AppData\Local\nvim-data\site\autoload