summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc10
1 files changed, 7 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 040b67b..fdfbc2a 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -11,12 +11,12 @@ let maplocalleader = ","
" }}}
"" Plugins {{{
call plug#begin('~/.vim/plugged')
-Plug 'arcticicestudio/nord-vim'
-
Plug 'LnL7/vim-nix'
Plug 'PotatoesMaster/i3-vim-syntax'
Plug 'SirVer/ultisnips'
Plug 'airblade/vim-gitgutter'
+Plug 'AndrewRadev/splitjoin.vim'
+Plug 'arcticicestudio/nord-vim'
Plug 'beloglazov/vim-online-thesaurus'
Plug 'christoomey/vim-tmux-navigator'
Plug 'critiqjo/lldb.nvim'
@@ -54,6 +54,7 @@ Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-obsession'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-rsi'
+Plug 'tpope/vim-scriptease'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
@@ -62,7 +63,6 @@ Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'vim-scripts/ReplaceWithRegister'
Plug 'vim-scripts/gmsh.vim'
-Plug 'vyzyv/vimpyter'
Plug 'wellle/targets.vim'
if has("nvim")
@@ -345,6 +345,10 @@ nnoremap <silent> ]B :BufSurfForward<cr>:bd! #<cr>
" Alternate file
nnoremap <bs> <c-^>
+
+" Source current file
+nnoremap ,s :source %<cr>
+
" }}}
"" Colorscheme {{{
function! SaveColo(...)