mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(vim): Better IdeaVIM and VIM configs
- IdeaVIM: List all JB and IdeaVIM shortcut mappings explicitly - IdeaVIM: More plugins - IdeaVIM: Plugins reconfigured to be as similiar to NeoVIM as possible - IdeaVIM: Keymapping updated to be as similar to NeoVIM as possible - JetBrains: Added JB keymap copies to repo - VIM: Plugin specific keymaps moved to plugin_config.vim - VIM: New plugins: vim-exchange, quickscope, vim-visual-multi
This commit is contained in:
@@ -4,15 +4,15 @@ let $VIMRC="$VIMDIR/vimrc"
|
||||
" Load plugins
|
||||
source $VIMDIR/plugins.vim
|
||||
|
||||
" Load plugin configurations
|
||||
source $VIMDIR/plugin_config.vim
|
||||
|
||||
" Load VIM Configurations
|
||||
source $VIMDIR/configs.vim
|
||||
|
||||
" Load Keybindings
|
||||
source $VIMDIR/key_maps.vim
|
||||
|
||||
" Load plugin configurations
|
||||
source $VIMDIR/plugin_config.vim
|
||||
|
||||
" Load Autocommand
|
||||
source $VIMDIR/autocommands.vim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user