+ Improved vim

This commit is contained in:
ziro 2020-07-12 15:08:26 +07:00
parent 99c2434ece
commit 5f4b2402aa
5 changed files with 10 additions and 11 deletions

View file

@ -1,7 +1,7 @@
" vim: filetype=vim " vim: filetype=vim
" ================= " ==============================
" Linux Specific Configuration " Linux Specific Configuration
" ================= " ==============================
" ----- Cleaning up " ----- Cleaning up
set undodir=$XDG_DATA_HOME/vim/undo set undodir=$XDG_DATA_HOME/vim/undo

View file

@ -1,7 +1,7 @@
" vim: filetype=vim " vim: filetype=vim
" ================= " ==============================
" PlugIns " PlugIns
" ================= " ==============================
" ----- List of used plugins " ----- List of used plugins
call plug#begin('~/.local/share/vim/bundle') call plug#begin('~/.local/share/vim/bundle')

View file

@ -1,7 +1,7 @@
" vim: filetype=vim " vim: filetype=vim
" ================= " ==============================
" Universal (Works on any OS... probably) Configuration " Universal (Works on any OS... probably) Configuration
" ================= " ==============================
" ----- Vim Initial Config " ----- Vim Initial Config
set encoding=UTF-8 set encoding=UTF-8

View file

@ -1,5 +1,5 @@
" vim: filetype=vim " vim: filetype=vim
" ================= " ==============================
" ________ ++ ________ " ________ ++ ________
" /VVVVVVVV\++++ /VVVVVVVV\ " /VVVVVVVV\++++ /VVVVVVVV\
" \VVVVVVVV/++++++\VVVVVVVV/ " \VVVVVVVV/++++++\VVVVVVVV/
@ -15,7 +15,7 @@
" |VVV/'+++++++++ " |VVV/'+++++++++
" 'V/' ++++++ " 'V/' ++++++
" ++ " ++
" ================= " ==============================
" ----- Mapping/Config " ----- Mapping/Config
" Universal " Universal
@ -27,7 +27,6 @@ so ~/.config/vim/nix
" Windows " Windows
" so C:\_config\vim\windows " so C:\_config\vim\windows
" -------------
" - PlugIns " - PlugIns
source ~/.config/vim/plugins source ~/.config/vim/plugins

View file

@ -1,7 +1,7 @@
" vim: filetype=vim " vim: filetype=vim
" ================= " ==============================
" Windows Specific Configuration " Windows Specific Configuration
" ================= " ==============================
" ----- Install plug (Plugin Manager) " ----- Install plug (Plugin Manager)
md ~\AppData\Local\nvim-data\site\autoload md ~\AppData\Local\nvim-data\site\autoload