forked from alrra/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Update and sync vimrc with alrra's + add set mouse=a
This commit improves readability and ease of use for the vimrc settings file, mainly through reordering, adding descriptive comments, and integrating the MinPac package manager. Notable changes include: - Replaced Vundle with MinPac for package management, providing lighter and faster operation. - Added custom commands for managing plugins with MinPac. - Used "set" before each setting for consistency and readability. - Added separators between different setting sections for easier navigation. - Explained 'what' each setting does and moved complex explanations into comments. - Updated the Emmet trigger key and the plugins list. - Changed the plugin initialization process to be more robust and handle errors silently. - Fixed inconsistencies in indentation and comment starts. - Changed key mappings to use the comma as leader key for easier reach. - Included webapi-vim plugin and JavaScript syntastic checker. - Set spell checking language en_us. - Enhanced the color scheme settings for Terminal mode. The update is primarily aimed at simplifying Vim's initial setup process, improving navigation within the vimrc file, and ensuring a more user-friendly experience.
- Loading branch information
Showing
31 changed files
with
413 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Submodule Vundle.vim
deleted from
0765c5
Submodule ctrlp.vim
deleted from
564176
Submodule delimitmate
deleted from
537a1d
Submodule editorconfig-vim
deleted from
0d54ea
Submodule emmet-vim
deleted from
def5d5
Submodule html5.vim
deleted from
7c9f6f
Submodule jshint2.vim
deleted from
eef949
Submodule neocomplcache.vim
deleted from
1e6ff1
Submodule neosnippet
deleted from
efb2a6
Submodule neosnippet-snippets
deleted from
725c98
Submodule nerdtree
deleted from
4c588f
Submodule syntastic
deleted from
8d5e37
Submodule tabular
deleted from
339091
Submodule tcomment_vim
deleted from
90eaf7
Submodule tern_for_vim
deleted from
994ffb
Submodule unicode.vim
deleted from
bc20d0
Submodule vim-colors-solarized
deleted from
528a59
Submodule vim-commentary
deleted from
e87cd9
Submodule vim-css-color
deleted from
6cc657
Submodule vim-es6
deleted from
3f080e
Submodule vim-fugitive
deleted from
46eaf8
Submodule vim-indent-guides
deleted from
a1e139
Submodule vim-javascript-syntax
deleted from
7b8e2e
Submodule vim-markdown
deleted from
46add6
Submodule vim-repeat
deleted from
24afe9
Submodule vim-surround
deleted from
3d188e
Submodule webapi-vim
deleted from
70c49a
Oops, something went wrong.