+ 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
" =================
" ==============================
" Linux Specific Configuration
" =================
" ==============================
" ----- Cleaning up
set undodir=$XDG_DATA_HOME/vim/undo

View file

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

View file

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

View file

@ -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

View file

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