+ Improved vim
This commit is contained in:
parent
99c2434ece
commit
5f4b2402aa
5 changed files with 10 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
" vim: filetype=vim
|
||||
" =================
|
||||
" ==============================
|
||||
" Linux Specific Configuration
|
||||
" =================
|
||||
" ==============================
|
||||
|
||||
" ----- Cleaning up
|
||||
set undodir=$XDG_DATA_HOME/vim/undo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
" vim: filetype=vim
|
||||
" =================
|
||||
" ==============================
|
||||
" PlugIns
|
||||
" =================
|
||||
" ==============================
|
||||
|
||||
" ----- List of used plugins
|
||||
call plug#begin('~/.local/share/vim/bundle')
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
" vim: filetype=vim
|
||||
" =================
|
||||
" ==============================
|
||||
" Universal (Works on any OS... probably) Configuration
|
||||
" =================
|
||||
" ==============================
|
||||
|
||||
" ----- Vim Initial Config
|
||||
set encoding=UTF-8
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
" vim: filetype=vim
|
||||
" =================
|
||||
" ==============================
|
||||
" Windows Specific Configuration
|
||||
" =================
|
||||
" ==============================
|
||||
|
||||
" ----- Install plug (Plugin Manager)
|
||||
md ~\AppData\Local\nvim-data\site\autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue